diff --git a/dots/.config/nvim/lua/plugins/configs/file-explorer.lua b/dots/.config/nvim/lua/plugins/configs/file-explorer.lua deleted file mode 100755 index df1c16d3..00000000 --- a/dots/.config/nvim/lua/plugins/configs/file-explorer.lua +++ /dev/null @@ -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, - }, -})