Setup lsp for: terraform, helm. Setup plugs for: cursor, helm, terraform. Setup autoformat on save via lsp.
This commit is contained in:
parent
0c3d773fc0
commit
529955edf3
6 changed files with 51 additions and 25 deletions
|
|
@ -10,7 +10,15 @@ return {
|
|||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
config = function ()
|
||||
require('neo-tree').setup {}
|
||||
require('neo-tree').setup {
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
visible = true, -- This is what you want: If you set this to `true`, all "hide" just mean "dimmed out"
|
||||
hide_dotfiles = false,
|
||||
hide_gitignored = true,
|
||||
},
|
||||
}
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue