refactor(nvim): remove unused file explorer module

This commit is contained in:
Price Hiller 2023-05-22 14:51:02 -05:00
parent e5c711bc92
commit 2f3ed5075f
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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,
},
})