pull/36/head
lossend 2023-05-01 00:38:43 +08:00
parent 30ed5a6be6
commit 7e0ba74643
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,4 @@
return {
-- tmux vim
{ "christoomey/vim-tmux-navigator" },
}

View File

@ -0,0 +1,27 @@
return {
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"stylua",
"lua-language-server",
"shfmt",
"flake8",
"goimports",
"gopls",
"eslint-lsp",
"json-lsp",
"prettierd",
"typescript-language-server",
"html-lsp",
"css-lsp",
"bash-language-server",
"python-lsp-server",
"java-language-server",
"google-java-format",
"rust-analyzer",
"rustfmt",
},
},
},
}