chore: A bunch of things I don't even remeber
This commit is contained in:
parent
bb0ce7160d
commit
1d8bcebb71
6 changed files with 25 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
local mason_lspconfig = require "mason-lspconfig"
|
||||
|
||||
mason_lspconfig.setup({
|
||||
ensure_installed = { "sumneko_lua", "rust_analyzer" , "texlab", "hls"},
|
||||
automatic_installation = true
|
||||
})
|
||||
|
||||
local lspconfig = require "lspconfig"
|
||||
|
||||
mason_lspconfig.setup_handlers {
|
||||
|
||||
-- This is a default handler that will be called for each installed server (also for new servers that are installed during a session)
|
||||
function (server_name)
|
||||
lspconfig[server_name].setup {
|
||||
on_attach = on_attach,
|
||||
flags = lsp_flags,
|
||||
}
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue