Set autoinstall for LSP install in neovim
This commit is contained in:
parent
816bee4bcf
commit
1bf733a4b2
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
require("nvim-lsp-installer").setup({})
|
||||
require("nvim-lsp-installer").setup({
|
||||
automatic_installation = true,
|
||||
})
|
||||
local lsp_installer_servers = require'nvim-lsp-installer.servers'
|
||||
local cmp_lsp = require('cmp_nvim_lsp')
|
||||
local null_ls = require("null-ls")
|
||||
|
|
Loading…
Reference in a new issue