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
vim.cmd("Neotree current dir=" .. f)
-- neo-tree is loaded now, delete the init autocmd
vim.api.nvim_clear_autocmds({ group = "NeoTreeInit" })
return true
end
end,
})

View File

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