diff options
Diffstat (limited to 'vim/lazy/lazy.lua')
-rw-r--r-- | vim/lazy/lazy.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vim/lazy/lazy.lua b/vim/lazy/lazy.lua index 47a0380..3925c36 100644 --- a/vim/lazy/lazy.lua +++ b/vim/lazy/lazy.lua | |||
@@ -197,7 +197,10 @@ require('lazy').setup({ | |||
197 | }, | 197 | }, |
198 | 198 | ||
199 | -- For beancount | 199 | -- For beancount |
200 | 'nathangrigg/vim-beancount', | 200 | { |
201 | 'nathangrigg/vim-beancount', | ||
202 | ft = { "beancount" }, | ||
203 | }, | ||
201 | 204 | ||
202 | -- NOTE: This is where your plugins related to LSP can be installed. | 205 | -- NOTE: This is where your plugins related to LSP can be installed. |
203 | -- The configuration is done below. Search for lspconfig to find it below. | 206 | -- The configuration is done below. Search for lspconfig to find it below. |