aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/lazy/lazy.lua
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-08 18:38:29 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-08 18:38:29 +0800
commitc6e7db5ed2a03483c5fc98fb5fc3b9d7d699c709 (patch)
tree7ba6600b3f605d3591a11a725eac857370a768a0 /vim/lazy/lazy.lua
parent8d8e5a626bcaf634fc56f6b7b28388f607f3b6c7 (diff)
Update
Diffstat (limited to 'vim/lazy/lazy.lua')
-rw-r--r--vim/lazy/lazy.lua5
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.