diff options
Diffstat (limited to 'base/config/nvim/init.vim')
-rw-r--r-- | base/config/nvim/init.vim | 7 |
1 files changed, 5 insertions, 2 deletions
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 |