nvim: changed init for mason-lsp
This commit is contained in:
parent
31c9fcfb51
commit
83fff6e7a7
1 changed files with 0 additions and 5 deletions
|
@ -7,11 +7,6 @@ vim.cmd('source ~/.vimrc')
|
||||||
require("formatter").setup()
|
require("formatter").setup()
|
||||||
require("mason").setup()
|
require("mason").setup()
|
||||||
require("mason-lspconfig").setup()
|
require("mason-lspconfig").setup()
|
||||||
require("mason-lspconfig").setup_handlers {
|
|
||||||
function (server_name)
|
|
||||||
require("lspconfig")[server_name].setup{}
|
|
||||||
end
|
|
||||||
}
|
|
||||||
local ok, _ = pcall(require, 'schtobia')
|
local ok, _ = pcall(require, 'schtobia')
|
||||||
if not ok then
|
if not ok then
|
||||||
print("No custom.lua found")
|
print("No custom.lua found")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue