Compare commits

..

No commits in common. "6a3b8f6de39d1bcaee3aa3e7ea4b6164f4bb47a7" and "81de0a05744c9c63b937c569e7871ee0484f5c6e" have entirely different histories.

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
return true
vim.api.nvim_clear_autocmds({ group = "NeoTreeInit" })
end
end,
})

View File

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