mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Installed tabnine
This commit is contained in:
8
lua/plugins/lsp.lua
Normal file
8
lua/plugins/lsp.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"williamboman/mason.nvim",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"neovim/nvim-lspconfig", -- enable LSP
|
||||
"jose-elias-alvarez/null-ls.nvim", -- for formatters and linters
|
||||
"jayp0521/mason-null-ls.nvim",
|
||||
"RRethy/vim-illuminate",
|
||||
}
|
||||
Reference in New Issue
Block a user