feat: enable lsp and add neovim/nvim-lspconfig
This commit is contained in:
16
lua/plugins/lsp.lua
Normal file
16
lua/plugins/lsp.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
add, now, later = MiniDeps.add, MiniDeps.now, MiniDeps.later
|
||||
|
||||
later(function()
|
||||
add("neovim/nvim-lspconfig")
|
||||
|
||||
vim.lsp.enable({
|
||||
"pyright",
|
||||
"ts_ls",
|
||||
"rust_analyzer",
|
||||
"clangd",
|
||||
"gopls",
|
||||
"ruff",
|
||||
"stylua",
|
||||
"lua_ls",
|
||||
})
|
||||
end)
|
Reference in New Issue
Block a user