Compare commits
2 Commits
81de0a0574
...
6a3b8f6de3
Author | SHA1 | Date | |
---|---|---|---|
6a3b8f6de3 | |||
3f8a2e4874 |
@ -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,
|
||||||
})
|
})
|
||||||
|
@ -4,7 +4,7 @@ return {
|
|||||||
opts = {
|
opts = {
|
||||||
width = 160,
|
width = 160,
|
||||||
},
|
},
|
||||||
cmds = {
|
cmd = {
|
||||||
"NoNeckPain",
|
"NoNeckPain",
|
||||||
"NoNeckPainResize",
|
"NoNeckPainResize",
|
||||||
"NoNeckPainWidthDown",
|
"NoNeckPainWidthDown",
|
||||||
|
Loading…
Reference in New Issue
Block a user