all repos

init.lua @ b0546a3

my nvim config
2 files changed, 2 insertions(+), 4 deletions(-)
Update makefile
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-20 13:10:43 +0200
Parent: d15e0a7
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,