rearranging and add some lsp config

This commit is contained in:
Skux4life 2023-08-01 16:03:51 +10:00
parent 98ea26485b
commit 11da71e073
7 changed files with 347 additions and 197 deletions

7
lua/custom/lsp/init.lua Normal file
View file

@ -0,0 +1,7 @@
local status_ok, _ = pcall(require, "lspconfig")
if not status_ok then
return
end
require "custom.lsp.mason"