Commit graph

1385 commits

Author SHA1 Message Date
Abouzar Parvan
4c4dcf3221
Update format.yaml 2021-07-25 18:43:37 +00:00
christianchiarulli
a6cf2e871a stylua is always in root 2021-07-25 14:14:05 -04:00
christianchiarulli
924565feba fix csharp 2021-07-25 13:58:34 -04:00
christianchiarulli
145661ca97 formatter field for csharp 2021-07-25 13:48:36 -04:00
Huynh Viet
823945cdad
Fixed the potential ugly prompt which is poor UX (#1091)
Toggleterm's winblend option leads to ugly prompt for some users

https://github.com/akinsho/nvim-toggleterm.lua/issues/70
2021-07-25 12:37:24 -04:00
Eti
9944eb8776
Show correct indentation settings in galaxyline (#1093)
Display "Tab size: " instead of "Spaces: " if indenting with tabs.
2021-07-25 12:36:53 -04:00
abzcoding
739784e43c fix formatting according to stylua 2021-07-25 16:27:48 +04:30
kylo252
e37a511abc
Fix ignored user autocommands (#1090) 2021-07-25 11:55:19 +00:00
rebuilt
47c44ae248
Move leader keybinding into the whichkey config (#1089) 2021-07-25 11:39:33 +00:00
Abouzar Parvan
c94aac07cd
removed unused loop variable index 2021-07-25 11:36:46 +00:00
Abouzar Parvan
229720a1f6
removd unused loop variable index 2021-07-25 11:36:22 +00:00
Abouzar Parvan
3f824f60b3
Update .luacheckrc 2021-07-25 11:33:34 +00:00
rebuilt
9338702a09
Update README.md
Link to wiki page for renamed globals
2021-07-25 10:04:29 +02:00
rebuilt
ec98658c50
Update lv-config.example.lua
Corrected comment to say lvim is the global object, not O
2021-07-25 09:24:37 +02:00
Chris
e984fa3c93 some todos 2021-07-25 03:10:08 -04:00
ichigo-gyuunyuu
9425eeced7
Update reload_lv_config (#1086)
* Updates `reload_lv_config`

Fixes a bug that reverts back to the default options on saving `lv-config.lua`

Fixes #1085

* Update init.lua

Edit: this would break changing plugin configs, now `settings.lua` is sourced before `lv-config.lua`
2021-07-25 02:50:28 -04:00
Chris
b694a3ddc2 better logic for null-ls 2021-07-25 02:49:16 -04:00
Chris
425b312799 idk how python got there 2021-07-25 02:30:46 -04:00
Chris
96c5ff62f8 Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling 2021-07-25 02:09:17 -04:00
Chris
fb439b7309 fix vim not having a formatter field 2021-07-25 02:09:12 -04:00
Abouzar Parvan
ceb018d45d
Update init.lua 2021-07-25 05:46:09 +00:00
Abouzar Parvan
dfadb7e1c3
Update init.lua 2021-07-25 05:45:08 +00:00
Christian Chiarulli
340eacec1f
support typescript, javascriptreact and typescriptreact (#1084)
Co-authored-by: Chris <chris@macbook.local>
2021-07-25 01:24:33 -04:00
Chris
c0a0771cd6 update colorscheme in example 2021-07-25 00:43:37 -04:00
Chris
f2e9198d0d update readme 2021-07-25 00:42:38 -04:00
Christian Chiarulli
6d7dd14245
Standardize compe builtin (#1083)
* use lvim.builtin for compe

* fix example config

Co-authored-by: Chris <chris@macbook.local>
2021-07-25 00:40:19 -04:00
Kai
0dec3eee53
remove shift - x from buffer line (#1073)
fixes issue https://github.com/ChristianChiarulli/LunarVim/issues/1053
2021-07-25 00:28:40 -04:00
Christian Chiarulli
03fd574f4d
use lvim.builtin for compe (#1082)
Co-authored-by: Chris <chris@macbook.local>
2021-07-25 00:25:52 -04:00
Christian Chiarulli
1c3b80d041
implement language overrides (#1081)
Co-authored-by: Chris <chris@macbook.local>
2021-07-25 00:13:35 -04:00
Christian Chiarulli
98f8a77819
New contract (#1080)
Changes to the global config object

O is now lvim
user_plugins is now plugins
user_autocommands is now autocommands
No more lang specific plugins

Null-ls has replaced both formatter.nvim and nvim-lint
2021-07-24 21:17:11 -04:00
Abouzar Parvan
0884dcd846
Fix the colorscheme issue on new installations 2021-07-23 19:29:44 +00:00
Abouzar Parvan
95aa1ea8c6
we no longer require linux dependencies (#1064) 2021-07-21 19:35:02 +00:00
Abouzar Parvan
3ffee159af
Update README.md 2021-07-21 11:39:37 +04:30
kylo252
840e07c7fc
[Feature] Make common_on_attach configurable (#1024) 2021-07-21 02:04:44 +04:30
devtoi
796148fb00
[Feature]: Add callbacks for plugins with a config entry for packer (#1042) 2021-07-21 01:58:29 +04:30
Abouzar Parvan
87c4ff915d
Update CONTRIBUTING.md 2021-07-21 00:33:03 +04:30
ichigo-gyuunyuu
0064b446a0
[Feature] Allow for custom path to a language server binary (#1043) 2021-07-21 00:03:15 +04:30
Binx
9e640fa4d9
Update README (#1051) 2021-07-20 17:19:41 +00:00
rebuilt
6dab493144
Update README.md
Add entry for alias
2021-07-20 19:14:49 +02:00
Abouzar Parvan
e057c61f48
Update README.md 2021-07-20 17:05:47 +00:00
Abouzar Parvan
0641bbd2fb
Update README.md 2021-07-20 16:56:37 +00:00
Will Leinweber
029e08868a
Add sorbet lsp for ruby (#1035) 2021-07-20 15:25:32 +00:00
Luc Sinet
4d46ee6e58
Fix autolint group definition (#1041) 2021-07-20 15:20:10 +00:00
Abouzar Parvan
a13b4a7af6
Update README.md 2021-07-20 15:07:20 +00:00
Abouzar Parvan
2827ed76ab
enables testing again (#1039) 2021-07-20 15:05:35 +00:00
rebuilt
ba8f6c84b1
Update README.md
Old lunarvim files must be deleted
2021-07-20 16:42:03 +02:00
rebuilt
52d331e6b8
Merge pull request #1049 from Binx-Codes/patch-1
Update README
2021-07-20 15:22:08 +02:00
Binx
dac295a0c9
Update README 2021-07-20 16:55:13 +04:00
rebuilt
64e3d2c459
Update README.md
Update what gets removed with the overwrite flag
2021-07-20 13:38:00 +02:00
rebuilt
ab30eeae32
Update README.md 2021-07-20 13:34:44 +02:00