aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Common/nvim/lua/plugins.lua')
-rwxr-xr-xCommon/nvim/lua/plugins.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/Common/nvim/lua/plugins.lua b/Common/nvim/lua/plugins.lua
index 26f217f..3a098a9 100755
--- a/Common/nvim/lua/plugins.lua
+++ b/Common/nvim/lua/plugins.lua
@@ -176,6 +176,11 @@ return require('packer').startup(function(use)
end,
}
+ -- Ledger
+ use {
+ 'ledger/vim-ledger'
+ }
+
-- packer.nvim
-- Automatically set up your configuration after cloning packer.nvim
-- Put this at the end after all plugins