nvim: Add efm languageserver
Added a general purpose languageserver to round out the language server possibilities. For now only configured to take care of bash linting (using shellcheck) and formatting, but can be extended to a variety of other languages (even helping more prosaic forms like markdown and pandoc).
This commit is contained in:
parent
176a4a233d
commit
d0e083b6ab
2 changed files with 28 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ docx2txt
|
|||
duf
|
||||
dunst
|
||||
dust
|
||||
efm-langserver
|
||||
entr
|
||||
evince
|
||||
exa
|
||||
|
|
@ -214,6 +215,7 @@ vagrant
|
|||
vi
|
||||
vifm
|
||||
vim-language-server
|
||||
vimiv
|
||||
visidata
|
||||
xcape
|
||||
xclip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue