Remove undotree plugin from neovim

I didn't use it anyway.
And it did crash sometimes during git mergetool usages.
This commit is contained in:
Daniel Siepmann 2024-01-11 10:38:57 +01:00
parent e11a956534
commit ca12b4a013
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 0 additions and 9 deletions

View file

@ -201,11 +201,6 @@ in {
config = builtins.readFile(./neovim/plugins/nerdtree.vim);
}
{
plugin = undotree;
config = builtins.readFile(./neovim/plugins/undotree.vim);
}
{
# Use pinned to 2.7 as I don't need any of the new features.
# Instead they make it hard to only show what I'm interested in within PHP files.

View file

@ -1,4 +0,0 @@
let g:undotree_WindowLayout = 3
let g:undotree_DiffpanelHeight = 10
let g:undotree_SetFocusWhenToggle = 1
let g:undotree_HighlightChangedText = 0