rearranging and add some lsp config
This commit is contained in:
parent
98ea26485b
commit
11da71e073
7 changed files with 347 additions and 197 deletions
7
lua/custom/lsp/init.lua
Normal file
7
lua/custom/lsp/init.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
local status_ok, _ = pcall(require, "lspconfig")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
require "custom.lsp.mason"
|
||||
Loading…
Add table
Add a link
Reference in a new issue