switch to Packer
This commit is contained in:
parent
8d1ef972bc
commit
c9553d36a3
13 changed files with 902 additions and 0 deletions
9
lua/user/lsp/init.lua
Normal file
9
lua/user/lsp/init.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
local status_ok, _ = pcall(require, "lspconfig")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
require "user.lsp.mason"
|
||||
require("user.lsp.handlers").setup()
|
||||
require "user.lsp.null-ls"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue