2 files changed,
2 insertions(+),
4 deletions(-)
jump to
| M | Makefile |
| M | lua/plugin/nvimtree.lua |
M
Makefile
@@ -1,5 +1,5 @@
fmt: - @stylua {lua,init.lua} + @stylua {lua,init.lua,ftplugin} lint: - @selene {lua,init.lua} + @selene {lua,init.lua,ftplugin}
M
lua/plugin/nvimtree.lua
@@ -1,8 +1,6 @@
local M = {} function M.setup() - local tree_cb = require("nvim-tree.config").nvim_tree_callback - require("nvim-tree").setup { disable_netrw = true, hijack_netrw = true,