Commit graph

779 commits

Author SHA1 Message Date
Pasi Bergman
3eaf6d461c
fix: Use null-ls eslint diagnostics config with eslint_d exe (#1159) 2021-07-29 17:33:03 +04:30
aaronsms
9e4a2c4516 fix: change peekDefinition method location 2021-07-29 17:04:03 +08: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
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
kylo252
c07b0c4731
feat: resolve null-ls tag in galaxyline (#1138) 2021-07-27 21:04:51 -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
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
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
Chris
e5bd25b1f3 global O -> lvim 2021-07-26 13:25:13 -04:00
Luc Sinet
12c0a7441e
[Refactor] remove lv prefix (#1112)
* Rename lv-utils into utils

* Move commands defined in utils into core/commands.lua
2021-07-26 13:14:23 -04:00
ichigo-gyuunyuu
623994af2a
add fields for latex (#1118) 2021-07-26 13:14:06 -04:00
Chris
e101fe84e4 more formatter and linter fields 2021-07-26 10:09:35 -04:00
Chris
5f16a3d43f more formatters and linters 2021-07-26 10:05:39 -04:00
Chris
f976f9b99d linter fields for tf 2021-07-26 10:03:35 -04:00
rebuilt
275c20a394
BufWritePre enables format on save for lv-config.lua (#1111) 2021-07-26 17:27:18 +04:30
ichigo-gyuunyuu
30c56e0b4a
Update highlights.lua (#1114) 2021-07-26 17:26:53 +04:30
William Goulois
c1b0c6f065
fix: WarningMsg color was red (#1092) 2021-07-26 13:02:33 +04:30
Gauravsingh Sisodia
ce22121c82
fix: typos (#1110) 2021-07-26 12:57:57 +04:30
ichigo-gyuunyuu
19f3af08c3
Update init.lua (#1108) 2021-07-26 03:02:25 -04:00
christianchiarulli
d1bed12764 new footer 2021-07-26 00:46:32 -04:00