mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-05 19:02:24 +00:00
More stuff
This commit is contained in:
parent
0884d20450
commit
6d1211b71e
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"}
|
||||
|
|
Loading…
Reference in a new issue