new shortcuts remove some lsp in mason

This commit is contained in:
2025-03-11 16:16:48 +01:00
parent fd064eb862
commit e88a91753b
3 changed files with 6 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ require("fidget").setup({
require('mason').setup({})
require('mason-lspconfig').setup({
ensure_installed = {'bashls', 'clangd', 'fortls', 'julials', 'marksman', 'pylsp', 'ruff', 'rust_analyzer', 'texlab'},
ensure_installed = {'bashls', 'clangd', 'julials', 'marksman', 'pylsp', 'ruff', 'texlab'},
})
require('mason-nvim-dap').setup({
ensure_installed = {'bash', 'cppdbg', 'python'},
@@ -26,7 +26,6 @@ require('dap-python').setup("python")
local servers = {
bashls = {},
clangd = {},
fortls = {},
julials = {},
marksman = {},
pylsp = {
@@ -63,7 +62,6 @@ local servers = {
},
},
},
rust_analyzer = {},
texlab = {},
}