From ca12b4a013a6b4e2f7258cc043bc9325724ffe65 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 11 Jan 2024 10:38:57 +0100 Subject: [PATCH] Remove undotree plugin from neovim I didn't use it anyway. And it did crash sometimes during git mergetool usages. --- home/programs/neovim.nix | 5 ----- home/programs/neovim/plugins/undotree.vim | 4 ---- 2 files changed, 9 deletions(-) delete mode 100644 home/programs/neovim/plugins/undotree.vim diff --git a/home/programs/neovim.nix b/home/programs/neovim.nix index 6993bc4..6865290 100644 --- a/home/programs/neovim.nix +++ b/home/programs/neovim.nix @@ -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. diff --git a/home/programs/neovim/plugins/undotree.vim b/home/programs/neovim/plugins/undotree.vim deleted file mode 100644 index 38562eb..0000000 --- a/home/programs/neovim/plugins/undotree.vim +++ /dev/null @@ -1,4 +0,0 @@ -let g:undotree_WindowLayout = 3 -let g:undotree_DiffpanelHeight = 10 -let g:undotree_SetFocusWhenToggle = 1 -let g:undotree_HighlightChangedText = 0