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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue