refactor(nvim): remove unused file explorer module
This commit is contained in:
parent
e5c711bc92
commit
2f3ed5075f
@ -1,19 +0,0 @@
|
||||
local nvim_tree = require("nvim-tree.configs")
|
||||
|
||||
nvim_tree.setup({
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = true,
|
||||
disable = {
|
||||
-- Ansible support reasons
|
||||
"ansible.yaml",
|
||||
"yaml.ansible",
|
||||
},
|
||||
},
|
||||
matchup = {
|
||||
enable = true,
|
||||
},
|
||||
autotag = {
|
||||
enable = true,
|
||||
},
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user