Commit graph

1457 commits

Author SHA1 Message Date
Dery Rahman Ahaddienata
2e446dc14d
Fix autocmd custom_groups not loaded (#1162) 2021-07-29 18:11:50 +04:30
Pasi Bergman
3eaf6d461c
fix: Use null-ls eslint diagnostics config with eslint_d exe (#1159) 2021-07-29 17:33:03 +04:30
rebuilt
7960a0e769
Update README.md 2021-07-29 14:10:21 +02:00
rebuilt
934fb5626a
Merge pull request #1160 from aaronsms/fix-lsp-peek-definition
fix: change peekDefinition method location
2021-07-29 11:09:17 +02:00
aaronsms
9e4a2c4516 fix: change peekDefinition method location 2021-07-29 17:04:03 +08:00
Abouzar Parvan
fc36d2b29f
[Bugfix] Set 4 min timeout for installation (#1157) 2021-07-29 07:13:40 +00:00
Chris
667bc9a227 fix null-ls 2021-07-29 02:01:15 -04:00
Chris
045fb1425b require when needed 2021-07-29 01:47:20 -04:00
Chris
3ff9679e5a properly support terraform 2021-07-29 00:51:50 -04:00
Chris
d1ca23af34 move lsp autocommand 2021-07-28 19:18:30 -04:00
Chris
56c21c60e0 require at the top 2021-07-28 19:16:45 -04:00
Chris
3ee44cb393 service was a good idea, thank you tasty 2021-07-28 19:13:07 -04:00
Chris
e2f7cce3c5 Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling 2021-07-28 19:03:33 -04:00
Chris
ed71e50593 refactor capabilites function 2021-07-28 19:03:29 -04:00
Pasi Bergman
76eee4f134
fix: correct vue lsp provider name (#1150) 2021-07-28 18:54:22 -04:00
Chris
f73da2a1b2 use utils in null-ls 2021-07-28 17:24:55 -04:00
Chris
2e3a07480f move istable and isstring to utils 2021-07-28 17:24:05 -04:00
Chris
15eaebff92 refactor lsp keybinds 2021-07-28 17:20:25 -04:00
Chris
78dd92b616 more refactor 2021-07-28 17:15:35 -04:00
Chris
339aa8756e Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling 2021-07-28 17:13:59 -04:00
Chris
f220dc4893 begin lsp refactor 2021-07-28 17:13:50 -04:00
rebuilt
71911176e9
Merge pull request #1149 from alvarotroya/bugfix/fix_typo_in_insert_mode_keybindings
Fix typo in insert mode keybindings
2021-07-28 23:03:59 +02:00
Alvaro Troya
ebf3262701 Fix typo in insert mode keybindings 2021-07-28 22:49:05 +02:00
Rafael Madriz
48295ec644
no need to add root patterns, airblade/vim-rooter#123 got merged 2021-07-28 16:12:17 -03:00
Chris
9611a50acc just use tf 2021-07-28 14:36:41 -04:00
Chris
0dd2087b52 fix terraform 2021-07-28 14:01:19 -04:00
Abouzar Parvan
21971cbed5
null-ls formatter name is different from its command (#1141)
* null-ls formatter name is different from it's command

* add more language support

* nil is unnecessary
2021-07-28 11:03:49 -04:00
christianchiarulli
2ec446e21e don't use this plugin strategy because it makes packer sad 2021-07-28 00:02:40 -04:00
christianchiarulli
6a9f2eff54 Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling 2021-07-27 23:35:31 -04:00
kylo252
c07b0c4731
feat: resolve null-ls tag in galaxyline (#1138) 2021-07-27 21:04:51 -04:00
rebuilt
58bd5fe93c
Update README.md
Master now has the changes from rolling
2021-07-28 02:00:23 +02:00
christianchiarulli
2f1fe2fcfd Merge branch 'master' into rolling 2021-07-27 19:33:08 -04:00
Rafael
0a16235cec
include package-lock.json & package.json in root patterns (#1133)
* Just adds package.json and package-lock.json for the root patterns of
  vim-rooter

* The other ones are the default patterns, see `:help g:rooter_patterns`
2021-07-27 16:31:04 -04:00
Abouzar Parvan
025cc3e684
do not touch bufferline if nvimtree is on the right side 2021-07-27 23:54:01 +04:30
Abouzar Parvan
4b8b2b3f71
appreantly omnisharp has changed (#1136) 2021-07-27 14:33:24 -04:00
rebuilt
1c01b8589a
Merge pull request #1135 from abzcoding/feature/whihc-key-sample
Provide some which-key mappings samples
2021-07-27 19:54:51 +02:00
abzcoding
44dc05c242 add some sample which-key mappings to lv-config.lua and README.md 2021-07-27 22:21:25 +04:30
Chris
5d204a4691 basic puppet support 2021-07-27 12:27:56 -04:00
rebuilt
2b877ee53e
Conditionally enable TAB to trigger completion based on filetype. Disable completion for simple text files (#1130)
* disable tab completion for markdown

* md is markdown

* Set local keybindings conditionally based on filetype.  Disable tab complete for text files

* Rename functions and expose excluded filetypes setting for compe

Co-authored-by: abzcoding <abzcoding@gmail.com>
2021-07-27 11:02:20 -04:00
Chris
a82fd81106 remove ts-tools 2021-07-27 10:50:49 -04:00
Chris
908ce4f51a don't remap tab, too much pain involved 2021-07-27 10:34:24 -04:00
devtoi
41b5a28624
Wrap lsp default_keybindings in function instead of load on 1st require (#1128)
Co-authored-by: Johan Melin <johan.melin@paradoxinteractive.com>
2021-07-27 10:29:40 -04:00
Chris
66bf89c3d1 disable yaml for treesitter indent 2021-07-26 18:56:08 -04:00
Chris
6d3274dfec remove comment 2021-07-26 18:31:53 -04:00
rebuilt
9028294360
splits up the settings file. settings.lua gets required before lv-co… (#1097)
* split settings into callable functions

* renamed functions
2021-07-26 18:28:47 -04:00
Henry Palacios
ec21ed62cb
Update settings.json to work to new version (#1127) 2021-07-26 18:27:27 -04:00
UltimateOmega
cb108adec4
[General] Create lvim.desktop (#1123) 2021-07-26 18:26:37 -04:00
Dylan Barker
79ff1548dd
correct spelling (chktex) (#1126) 2021-07-26 22:11:34 +00:00
Barlingo
273fdedf32
run stylua (#1122)
Co-authored-by: Diego Barranco <diegob@xps.lan>
2021-07-26 15:27:36 -04:00
Chris
4d68c6eb78 don't break for .fish 2021-07-26 14:32:29 -04:00