nvim-setup/nvim/lua/popequer.lua

10 lines
275 B
Lua
Raw Normal View History

print("WOOWOWO! Popequer enabled from dedicated file!!!!")
-- modify neotree config to add custom command
vim.api.nvim_create_user_command('PopequerMakeNote', function ()
-- get the user current working directory opened on Neotree
end, {})
vim.cmd("set autowriteall")