aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-04-08 15:44:33 +0100
committerMatthew Lemon <y@yulqen.org>2023-04-08 15:44:33 +0100
commit383bb5cccf8bb6879676bfac2c62b0cd1b333aff (patch)
treef6953cb279ea82aeced10d25fcc7732bf9383452 /nvim/lua
parentf3de025965079cc095c8aa43667e6d2153387f5b (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.lua1
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");