configs/neovim: enable lsp / indenting for haskell
This commit is contained in:
parent
e3dfe6d69a
commit
b994fed678
@ -69,6 +69,7 @@ cmd [[highlight NvimTreeFolderName guifg=default]]
|
|||||||
local lspc = require("lspconfig")
|
local lspc = require("lspconfig")
|
||||||
lspc.elmls.setup {};
|
lspc.elmls.setup {};
|
||||||
lspc.gopls.setup {};
|
lspc.gopls.setup {};
|
||||||
|
lspc.hls.setup {};
|
||||||
lspc.lua_ls.setup {};
|
lspc.lua_ls.setup {};
|
||||||
lspc.nil_ls.setup {};
|
lspc.nil_ls.setup {};
|
||||||
lspc.perlpls.setup {};
|
lspc.perlpls.setup {};
|
||||||
|
@ -48,6 +48,7 @@ let
|
|||||||
elm-vim
|
elm-vim
|
||||||
fugitive
|
fugitive
|
||||||
fzf-vim
|
fzf-vim
|
||||||
|
haskell-vim
|
||||||
nvim-compe
|
nvim-compe
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
nvim-tree-lua
|
nvim-tree-lua
|
||||||
@ -57,6 +58,7 @@ let
|
|||||||
telescope-nvim
|
telescope-nvim
|
||||||
vimagit
|
vimagit
|
||||||
vim-gitgutter
|
vim-gitgutter
|
||||||
|
vim-hindent
|
||||||
vim-lua
|
vim-lua
|
||||||
vim-markdown
|
vim-markdown
|
||||||
vim-nix
|
vim-nix
|
||||||
@ -82,6 +84,8 @@ in {
|
|||||||
go
|
go
|
||||||
gopls
|
gopls
|
||||||
gotools
|
gotools
|
||||||
|
haskellPackages.haskell-language-server
|
||||||
|
haskellPackages.hindent
|
||||||
luaformatter
|
luaformatter
|
||||||
luajitPackages.lua-lsp
|
luajitPackages.lua-lsp
|
||||||
manix
|
manix
|
||||||
|
Loading…
Reference in New Issue
Block a user