File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ require('lazy').setup({
3737 require (themes [env_var_nvim_theme ]),
3838 require ' core.ui' ,
3939
40+ require ' plugins.aaa' , -- Mason setup
4041 require ' plugins.aerial' ,
4142 require ' plugins.flash' ,
4243 require ' plugins.autocompletion' ,
Original file line number Diff line number Diff line change 11return {
2- { " mason-org/mason.nvim" , version = " ^1.0.0" },
3- { " mason-org/mason-lspconfig.nvim" , version = " ^1.0.0" },
2+ {
3+ " mason-org/mason.nvim" ,
4+ version = " ^1.0.0" ,
5+ config = function ()
6+ require (" mason" ).setup ()
7+ end ,
8+ },
9+ {
10+ " mason-org/mason-lspconfig.nvim" ,
11+ version = " ^1.0.0" ,
12+ config = function ()
13+ require (" mason-lspconfig" ).setup ({
14+ ensure_installed = { " ts_ls" , " gopls" , " templ" },
15+ automatic_installation = true ,
16+ })
17+ end ,
18+ },
419}
You can’t perform that action at this time.
0 commit comments