Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ return {
if vim.fn.isdirectory(f) ~= 0 then if vim.fn.isdirectory(f) ~= 0 then
vim.cmd("Neotree current dir=" .. f) vim.cmd("Neotree current dir=" .. f)
-- neo-tree is loaded now, delete the init autocmd -- neo-tree is loaded now, delete the init autocmd
vim.api.nvim_clear_autocmds({ group = "NeoTreeInit" }) return true
end end
end, end,
}) })

View File

@ -4,7 +4,7 @@ return {
opts = { opts = {
width = 160, width = 160,
}, },
cmds = { cmd = {
"NoNeckPain", "NoNeckPain",
"NoNeckPainResize", "NoNeckPainResize",
"NoNeckPainWidthDown", "NoNeckPainWidthDown",