diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2023-11-11 20:54:00 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2023-11-11 20:54:54 +0100 |
commit | 3bef48c086d15702665dd158ebcea0db9780158f (patch) | |
tree | 3b7b3429bac1300c3e63eb6a5aa1da4a5fb9ae54 /Common/nvim/lua/plugins.lua | |
parent | 60ea569c980eac5787c05e94bc474c852a4f11f9 (diff) | |
download | dotfiles-3bef48c086d15702665dd158ebcea0db9780158f.tar.gz dotfiles-3bef48c086d15702665dd158ebcea0db9780158f.zip |
some changes
Diffstat (limited to 'Common/nvim/lua/plugins.lua')
-rwxr-xr-x | Common/nvim/lua/plugins.lua | 5 |
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 |