mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
my conf
This commit is contained in:
parent
30ed5a6be6
commit
7e0ba74643
2 changed files with 31 additions and 0 deletions
4
lua/plugins/init.lua
Normal file
4
lua/plugins/init.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
-- tmux vim
|
||||
{ "christoomey/vim-tmux-navigator" },
|
||||
}
|
||||
27
lua/plugins/lsp.lua
Normal file
27
lua/plugins/lsp.lua
Normal 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",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue