fix nvim-tmux navigation inside distrobox
This commit is contained in:
parent
42e6595b60
commit
6df1940eb8
6 changed files with 64 additions and 150 deletions
|
|
@ -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({
|
||||
|
|
|
|||
|
|
@ -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 = {},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue