refactored and switched to config with packer
This commit is contained in:
1 parent
efece83eb8
commit
f5b6ec34ad
19 files changed
+325
-259
No files matched your search
@@ -0,0 +1,14 @@
|
||||
local u = require 'config.utils'
|
||||
|
||||
vim.cmd [[ let g:neo_tree_remove_legacy_commands = 1 ]]
|
||||
require 'neo-tree'.setup {
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
visible = true,
|
||||
}
|
||||
},
|
||||
window = {
|
||||
width = 30,
|
||||
},
|
||||
}
|
||||
u.nmap('<space>e', u.cmd('Neotree toggle'))
|
||||
Reference in new issue
Block a user