Compare commits
No commits in common. "6a3b8f6de39d1bcaee3aa3e7ea4b6164f4bb47a7" and "81de0a05744c9c63b937c569e7871ee0484f5c6e" have entirely different histories.
6a3b8f6de3
...
81de0a0574
@ -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
|
||||||
return true
|
vim.api.nvim_clear_autocmds({ group = "NeoTreeInit" })
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
@ -4,7 +4,7 @@ return {
|
|||||||
opts = {
|
opts = {
|
||||||
width = 160,
|
width = 160,
|
||||||
},
|
},
|
||||||
cmd = {
|
cmds = {
|
||||||
"NoNeckPain",
|
"NoNeckPain",
|
||||||
"NoNeckPainResize",
|
"NoNeckPainResize",
|
||||||
"NoNeckPainWidthDown",
|
"NoNeckPainWidthDown",
|
||||||
|
Loading…
Reference in New Issue
Block a user