mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 15:59:56 -06:00
Update nvim-cmp sources
This commit is contained in:
@@ -13,9 +13,12 @@
|
||||
|
||||
(def- cmp-srcs
|
||||
[{:name :nvim_lsp}
|
||||
{:name :nvim_lua}
|
||||
{:name :vsnip}
|
||||
{:name :conjure}
|
||||
{:name :buffer}])
|
||||
{:name :buffer}
|
||||
{:name :orgmode}
|
||||
{:name :emoji}])
|
||||
|
||||
;; Setup cmp with desired settings
|
||||
(let [cmp (require :cmp)]
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
:hrsh7th/nvim-cmp {:requires [:hrsh7th/cmp-buffer
|
||||
:hrsh7th/cmp-emoji
|
||||
:hrsh7th/cmp-nvim-lsp
|
||||
:hrsh7th/cmp-nvim-lua
|
||||
:hrsh7th/cmp-vsnip
|
||||
:hrsh7th/vim-vsnip-integ
|
||||
:PaterJason/cmp-conjure]
|
||||
|
||||
Reference in New Issue
Block a user