mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
cat
This commit is contained in:
parent
fc14d227e9
commit
32be3a3319
2 changed files with 6 additions and 5 deletions
|
|
@ -53,10 +53,12 @@
|
|||
},
|
||||
|
||||
configs = {
|
||||
tsserver = { cmd = { "tsserver", "--stdio" } },
|
||||
pyright = { cmd = { "pyright-langserver", "--stdio" } },
|
||||
lua_ls = { cmd = { "lua-language-server" } },
|
||||
rnix = { cmd = { "rnix-lsp" } },
|
||||
-- tsserver = { cmd = { "tsserver", "--stdio" } },
|
||||
-- pyright = { cmd = { "pyright-langserver", "--stdio" } },
|
||||
lua_ls = {
|
||||
settings = { Lua = { diagnostics = { globals = { "vim" }}}},
|
||||
cmd = { "lua-language-server" } },
|
||||
-- rnix = { cmd = { "rnix-lsp" } },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -93,7 +93,6 @@ return packer.startup(function(use)
|
|||
|
||||
-- LSP Config
|
||||
use 'neovim/nvim-lspconfig'
|
||||
use 'kabouzeid/nvim-lspinstall'
|
||||
use { 'dundalek/lazy-lsp.nvim',
|
||||
requires = { 'neovim/nvim-lspconfig' }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue