From 9a2a8b952338e8509b5bcabd6a2a3a51f25d104c Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 14 Jul 2022 15:56:02 +1000 Subject: [PATCH] neovim: YouCompleteMe replaced deprecated neocomplete-vim --- profiles/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/neovim.nix b/profiles/neovim.nix index de3486e..a5a66fa 100644 --- a/profiles/neovim.nix +++ b/profiles/neovim.nix @@ -17,7 +17,7 @@ haskell-vim # Syntax Highlighting and Indentation for Haskell indentLine # Display thin vertical lines at each indentation level lualine-nvim - neocomplete-vim # Keyword completion system + YouCompleteMe # A code-completion engine for Vim nerdcommenter # Comment functions so powerful—no comment necessary nerdtree # File system explorer nerdtree-git-plugin # Plugin for nerdtree showing git status