add lspconfig and perl lsp load
This commit is contained in:
parent
944ad7b37f
commit
c2a666b2cd
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
vim.g.loaded = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
|
||||
-- load perl lsp
|
||||
require('lspconfig').perlpls.setup{}
|
||||
|
||||
-- OR setup with some options
|
||||
require("nvim-tree").setup({
|
||||
create_in_closed_folder = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue