Commit graph

1665 commits

Author SHA1 Message Date
#!/bin/genesis
d5d47d4d7a
[Feature]: Add new which-key command for switching to the last buffer (#1440)
* Add new which-key command for switching to last buffer

* chore(whichkey) Rework buffer descriptions

Co-authored-by: Luc Sinet <luc.sinet@gmail.com>
2021-09-03 18:44:03 +02:00
Christian Chiarulli
c7aa418609 Merge branch 'rolling' of github.com:LunarVim/LunarVim into rolling 2021-09-02 11:45:09 -04:00
Christian Chiarulli
f354012254 chore: simplify example 2021-09-02 11:45:04 -04:00
Aaron Saw Min Sern
ff4b5b19de
fix runtime path (#1443) 2021-09-02 17:29:56 +02:00
Christian Chiarulli
b1e35e3514 fix: update example config in readme 2021-09-02 11:28:16 -04:00
Christian Chiarulli
f5e2342f84 update README 2021-09-02 11:22:51 -04:00
Abouzar Parvan
465c975214
Fix typo in vscode_config 2021-09-02 05:32:15 +04:30
Abouzar Parvan
e9d8d8cd2e
fix the string concat in logging (#1441) 2021-09-01 13:19:20 +04:30
Abouzar Parvan
92ee9552e9
better vue support (#1438) 2021-08-31 13:48:01 -04:00
Abouzar Parvan
67a0ee6fdd
Fix the installer copy command (#1432) 2021-08-31 12:24:33 +04:30
Abouzar Parvan
86d8d970f5
Update README.md 2021-08-31 11:20:42 +04:30
christianchiarulli
b22a3ccae6 fix: blue -> cyan for telescope border 2021-08-30 18:26:25 -04:00
christianchiarulli
afa0efd5dd fix: colorschem updates 2021-08-30 18:24:58 -04:00
christianchiarulli
b6a0d5a921 fix: colorscheme Nontext = context closes #1416 2021-08-30 18:23:39 -04:00
Christian Chiarulli
dc1151a90a fix: colorscheme tweaks 2021-08-30 14:19:59 -04:00
Desmond Chan
ca8d855eb0
[Bugfix] Fix cp cannot stat error during installation (#1428) 2021-08-30 20:13:09 +02:00
Abouzar Parvan
ce7522095d
update tailwindcss to match lspinstall (#1427) 2021-08-30 19:04:04 +04:30
Abouzar Parvan
34301ead61
Set correct cursor in the peek preview window (#1424) 2021-08-30 18:44:34 +04:30
Abouzar Parvan
758ea6d07b
use <leader>gd to see git diff with previous head (#1426) 2021-08-30 17:20:02 +04:30
hui.liu
bc5b315e53
Setup tailwindcss language server (#1376) 2021-08-30 08:48:17 -04:00
Christian Chiarulli
1ac46d79b9 fix: spacegray -> onedarker 2021-08-30 01:00:58 -04:00
Christian Chiarulli
0f458a0468 onedarker colorscheme 2021-08-30 00:59:23 -04:00
christianchiarulli
5ede0c906a feat: darker doc highlights 2021-08-29 14:25:27 -04:00
christianchiarulli
c7a5122fe2 fix: Cursorhold Event not firing after entering lunarvim from dashboard->telescope closes #1413 2021-08-29 14:11:04 -04:00
Christian Chiarulli
8bd731a8f7 netrw ftplugin 2021-08-28 10:26:15 -04:00
Christian Chiarulli
17e65a99fe use netrw when opening directory 2021-08-28 09:45:42 -04:00
Lee Marlow
21d04257a8
[Feature] Fetch from git before update in install script (#1409) 2021-08-28 00:16:11 +04:30
kylo252
23952f1443 Fix missing "HOME" variable errors (#1415)
Co-authored-by: MarcSchaetz <marc@schaetz.info>
2021-08-27 21:06:50 +02:00
Christian Chiarulli
df7c3cb8f0 q to quit quickfix when focused 2021-08-27 21:06:50 +02:00
Christian Chiarulli
33af0668ba format 2021-08-27 21:06:50 +02:00
Chae SM
d0083e488d Remap 'Goto implementation' binding from gi to gI 2021-08-26 21:06:12 -07:00
Christian Chiarulli
a0fd11ea08 use styles.lua rather instead of editing options directly 2021-08-26 22:54:15 -04:00
Christian Chiarulli
7aa079d74a disable nvimtree and outline for lualine 2021-08-26 22:40:24 -04:00
kylo252
27679f988f
[Refactor]: only allow a single logger (#1405) 2021-08-26 23:02:16 +04:30
Chris Deligeorgis
14f129cf26
[Refactor]: use "python3 -m pip" in the install script (#1398) 2021-08-26 12:53:29 +02:00
kylo252
5b94e3cee2
fix logging when plenary is not available (#1390) 2021-08-26 12:49:29 +02:00
Chris Deligeorgis
cfefddde9e
Add a fallback for "ensurepip" on Debian based distros (#1396) 2021-08-26 12:08:48 +02:00
chaeing
291c8bb5bd
[Refactor] Lualine component conditions (#1394) 2021-08-26 11:50:04 +04:30
chaeing
a83fffdc80
[Bugfix] Load user's autocmd custom_groups (#1393)
* Require core.autocmds before sourcing user config

* Define augroups after sourcing user config
2021-08-26 08:40:25 +02:00
Luc Sinet
00b895d9e9
[Feature] Encapsulate config logic (#1338)
* Define core/builtins, streamline status_color interface

* Encapsulate configuration in its own module

* Add fallback to lv-config.lua

* Rectify settings loading order to allow overriding vim options

* Move default-config into config/ module

* replace uv.fs_stat with utils.is_file
2021-08-25 07:47:48 +02:00
kylo252
f6c706ac0c fix unrecognized rsync flag on osx 2021-08-24 09:13:07 +02:00
chaeing
378c1c3eb5
[Feature] enhance lualine config (#1372) 2021-08-24 11:19:18 +04:30
kylo252
101c683433
[Refactor] Installer v2 with support for backup (#1052) 2021-08-23 17:18:42 +02:00
Jan Vlčinský
cc166d0503
fix telescope.project call in sample config (without ts) (#1380) 2021-08-23 14:06:12 +04:30
Abouzar Parvan
10091859a2
Update config.example.lua 2021-08-23 08:21:17 +04:30
Abouzar Parvan
86796a0a97
Update README.md 2021-08-23 08:20:36 +04:30
devtoi
d85584d09f
[Refactor/Bugfix] move on_config_done callbacks to relevant setup() (#1175)
* Make autopairs config consistent with others

* Fix two typos for autopairs

* Remove extranous autopairs code. Return on setup

* Remove extranous else for autopairs completion confirmation

* Move on_config_done callbacks to setup functions.

* Add on_config_done completion for builtins lacking a config function

* enables galaxyline callbacks to work properly

* Add modules for more builtins

* Finish streamline of config function in plugin setup

* Fix double use of which_key/wk

* Fix erroneous remove of functionality in autopairs completion

* consistency fixes

* Work around telescope not found at config time

* Match plugin definition of project and lualine with others

* fix: restore config callback syntax

Co-authored-by: Johan Melin <johan.melin@paradoxinteractive.com>
Co-authored-by: rebuilt <memoryman51@hotmail.com>
Co-authored-by: Luc Sinet <luc.sinet@gmail.com>
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-08-22 20:03:19 +02:00
kylo252
c5c9ae0fb6
[fix]: don't overwrite user's dashboard config (#1366) 2021-08-22 08:35:50 +02:00
kylo252
33640834e4
fix: set runtime directories correctly (#1354)
* fix: set runtime directories correctly

This also simplifies the way to invoke LunarVim to just be:
`nvim -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua"`

Fixes #1352

* use libuv to get homedir path
2021-08-20 22:59:40 +02:00
Ahmed Khalf
7845b671ec
Add show_hidden option to project module (#1359) 2021-08-20 21:22:35 +02:00