From 62742ec3d18a65e86cbdd6a5e1ca8a9e09a4e811 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 5 Nov 2023 12:32:36 +0100 Subject: add ledger --- public/nvim/.nvim/lua/plugins/lsp/cmp.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/nvim/.nvim/lua/plugins/lsp/cmp.lua') diff --git a/public/nvim/.nvim/lua/plugins/lsp/cmp.lua b/public/nvim/.nvim/lua/plugins/lsp/cmp.lua index 6099683..004c265 100644 --- a/public/nvim/.nvim/lua/plugins/lsp/cmp.lua +++ b/public/nvim/.nvim/lua/plugins/lsp/cmp.lua @@ -2,6 +2,7 @@ return { "hrsh7th/nvim-cmp", opts = { sources = { + { name = "ledger" }, { name = "luasnip", option = { @@ -91,5 +92,6 @@ return { { "hrsh7th/cmp-path" }, { "onsails/lspkind.nvim" }, { "saadparwaiz1/cmp_luasnip" }, + { "someone-stole-my-name/cmp-ledger" }, }, } -- cgit v1.2.3