diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-08 15:44:33 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-08 15:44:33 +0100 |
commit | 383bb5cccf8bb6879676bfac2c62b0cd1b333aff (patch) | |
tree | f6953cb279ea82aeced10d25fcc7732bf9383452 /nvim/lua | |
parent | f3de025965079cc095c8aa43667e6d2153387f5b (diff) |
Adds vim-ledger and basic config; removes packer_complied
vim-ledger makes it slightly easier to edit ledger files. Not sure if I
should be removing packer_compiled yet.
Diffstat (limited to 'nvim/lua')
-rw-r--r-- | nvim/lua/lemon/packer.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/lemon/packer.lua b/nvim/lua/lemon/packer.lua index e12f00a..9012d6d 100644 --- a/nvim/lua/lemon/packer.lua +++ b/nvim/lua/lemon/packer.lua @@ -37,6 +37,7 @@ return require('packer').startup(function(use) use({"nvim-treesitter/nvim-treesitter", run = ":TSUpdate"}) use("nvim-treesitter/playground") use("mbbill/undotree") + use("ledger/vim-ledger") use("tpope/vim-fugitive") use("tpope/vim-commentary") use("nvim-treesitter/nvim-treesitter-context"); |