From df92d1c562a2ac4a6dbedf51f66f3dff65d66b3e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 7 Mar 2022 17:49:29 +0100 Subject: [PATCH] home: vim: sort plugin list --- home/vim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/vim/default.nix b/home/vim/default.nix index 0223756..cf7e35d 100644 --- a/home/vim/default.nix +++ b/home/vim/default.nix @@ -71,9 +71,9 @@ in # Completion nvim-cmp # Completion engine cmp-buffer # Words from open buffers - cmp-path # Path name suggestions cmp-nvim-lsp # LSP suggestions cmp-nvim-lua # NeoVim lua API + cmp-path # Path name suggestions cmp-under-comparator # Sort items that start with '_' lower luasnip # Snippet manager compatible with LSP