Skip to content

Commit bb84af4

Browse files
adding neo-tree
1 parent a1432a4 commit bb84af4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

init.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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`

lua/kickstart/plugins/neo-tree.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)