fix nvim-tmux navigation inside distrobox

This commit is contained in:
Alexander Navarro 2024-11-13 13:06:15 -03:00
parent 42e6595b60
commit 6df1940eb8
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
6 changed files with 64 additions and 150 deletions

View file

@ -158,7 +158,8 @@ return {
mason_lspconfig.setup({
ensure_installed = vim.tbl_keys(servers),
automatic_installation = { exclude = { "astro", "phpactor", "gopls", "rust_analyzer", "sqlls" } },
-- automatic_installation = { exclude = { "astro", "phpactor", "rust_analyzer", "sqlls" } },
automatic_installation = false,
})
mason_lspconfig.setup_handlers({

View file

@ -4,15 +4,6 @@ return {
keys = { { "<leader>um", "<cmd>Mason<cr>", desc = "Mason" } },
build = ":MasonUpdate",
opts = {
ensure_installed = {
"blue",
"ruff",
"eslint_d",
"markdownlint",
"nimlsp",
"prettierd",
"shellcheck",
"stylua",
},
ensure_installed = {},
},
}