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"}