10 lines
275 B
Lua
10 lines
275 B
Lua
|
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")
|