From 3751f3cb3b7ecaa2d7fd4ac4b561e53f130e7150 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 15 Jul 2024 20:09:10 -0700 Subject: Add recent changes --- base/config/nvim/init.vim | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'base/config/nvim') diff --git a/base/config/nvim/init.vim b/base/config/nvim/init.vim index 18324af..c71360c 100644 --- a/base/config/nvim/init.vim +++ b/base/config/nvim/init.vim @@ -17,8 +17,8 @@ Plug 'hrsh7th/cmp-nvim-lsp' Plug 'hrsh7th/cmp-vsnip' " Other usefull completion sources -Plug 'hrsh7th/cmp-path' -Plug 'hrsh7th/cmp-buffer' +" Plug 'hrsh7th/cmp-path' +" Plug 'hrsh7th/cmp-buffer' " See hrsh7th's other plugins for more completion sources! @@ -41,6 +41,9 @@ Plug 'vim-airline/vim-airline' Plug 'airblade/vim-gitgutter' Plug 'tpope/vim-fugitive' +let g:ledger_is_hledger=v:false +Plug 'ledger/vim-ledger' + call plug#end() colorscheme nord -- cgit v1.2.3