diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,6 +71,9 @@ require('lazy').setup({ | |||
71 | -- Use sudo in command mode | 71 | -- Use sudo in command mode |
72 | 'lambdalisue/suda.vim', | 72 | 'lambdalisue/suda.vim', |
73 | 73 | ||
74 | -- For beancount | ||
75 | 'nathangrigg/vim-beancount', | ||
76 | |||
74 | -- NOTE: This is where your plugins related to LSP can be installed. | 77 | -- NOTE: This is where your plugins related to LSP can be installed. |
75 | -- The configuration is done below. Search for lspconfig to find it below. | 78 | -- The configuration is done below. Search for lspconfig to find it below. |
76 | { -- LSP Configuration & Plugins | 79 | { -- LSP Configuration & Plugins |