Tries to figure out what is should be tracked
This commit is contained in:
parent
359258b77f
commit
d8c4721bbc
2
init.lua
2
init.lua
|
|
@ -705,7 +705,7 @@ require('lazy').setup({
|
||||||
local ensure_installed = vim.tbl_keys(servers or {})
|
local ensure_installed = vim.tbl_keys(servers or {})
|
||||||
vim.list_extend(ensure_installed, {
|
vim.list_extend(ensure_installed, {
|
||||||
'stylua', -- Used to format Lua code
|
'stylua', -- Used to format Lua code
|
||||||
'fish-lsp', -- Used for fish shell scripts.
|
'fish_lsp', -- Used for fish shell scripts.
|
||||||
})
|
})
|
||||||
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
|
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue