From 6d1211b71e048009446c9aca63979fe4d3148bd1 Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Mon, 24 Jan 2022 19:41:49 +0100 Subject: [PATCH] More stuff --- nvim/.config/nvim/fnl/dots/plugins.fnl | 3 ++- nvim/.config/nvim/fnl/dots/plugins/cmp.fnl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nvim/.config/nvim/fnl/dots/plugins.fnl b/nvim/.config/nvim/fnl/dots/plugins.fnl index 8433d7e..78d9f27 100644 --- a/nvim/.config/nvim/fnl/dots/plugins.fnl +++ b/nvim/.config/nvim/fnl/dots/plugins.fnl @@ -151,7 +151,7 @@ :rafamadriz/friendly-snippets {} :hrsh7th/cmp-omni {} - :hrsh7th/cmp-vsnip {} + ;:hrsh7th/cmp-vsnip {} :hrsh7th/cmp-nvim-lsp {} :hrsh7th/cmp-buffer {} :hrsh7th/cmp-path {} @@ -159,6 +159,7 @@ :hrsh7th/cmp-calc {} :hrsh7th/nvim-cmp {:opt false + :commit "4c0a6512a0f8a235213959badf70031b9fa0220a" :requires [:hrsh7th/cmp-nvim-lsp :hrsh7th/cmp-buffer :hrsh7th/cmp-vsnip diff --git a/nvim/.config/nvim/fnl/dots/plugins/cmp.fnl b/nvim/.config/nvim/fnl/dots/plugins/cmp.fnl index d05112b..742066d 100644 --- a/nvim/.config/nvim/fnl/dots/plugins/cmp.fnl +++ b/nvim/.config/nvim/fnl/dots/plugins/cmp.fnl @@ -27,7 +27,7 @@ :sources [{:name "nvim_lsp" :priority 5} {:name "vsnip" :priority 3} - {:name "omni"} + ; {:name "omni"} ; this prints the completion thing, for some reason,.... {:name "nvim_lua"} {:name "calc"} {:name "path"}