File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -897,6 +897,7 @@ require('lazy').setup({
897897 ' gowork' ,
898898 ' gosum' ,
899899 ' hcl' ,
900+ ' terraform' ,
900901 },
901902 -- Autoinstall languages that are not installed
902903 auto_install = true ,
@@ -939,7 +940,7 @@ require('lazy').setup({
939940 require ' kickstart.plugins.indent_line' ,
940941 -- require 'kickstart.plugins.lint',
941942 require ' kickstart.plugins.autopairs' ,
942- -- require 'kickstart.plugins.neo-tree',
943+ require ' kickstart.plugins.neo-tree' ,
943944 -- require 'kickstart.plugins.gitsigns', -- adds gitsigns recommend keymaps
944945
945946 -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ return {
1515 },
1616 opts = {
1717 filesystem = {
18+ filtered_items = {
19+ always_show = {
20+ ' .gitignore' ,
21+ ' .gitlab-ci.yml' ,
22+ ' .env' ,
23+ },
24+ },
1825 window = {
1926 mappings = {
2027 [' \\ ' ] = ' close_window' ,
You can’t perform that action at this time.
0 commit comments