update nvim
This commit is contained in:
parent
3338d39206
commit
786b0e0970
31 changed files with 2204 additions and 15 deletions
7
lua/phoenix/plugins/vim-undodir-tree.lua
Normal file
7
lua/phoenix/plugins/vim-undodir-tree.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- this needs to be here because doing it in init.lua is late for this plugin to work
|
||||
vim.o.undofile = true
|
||||
vim.o.undodir = '/tmp/.phoenix/undo'
|
||||
|
||||
return {
|
||||
'pixelastic/vim-undodir-tree',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue