diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-06-07 01:23:10 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-06-07 01:23:28 +0800 |
| commit | ed07cd97695aee95fb9da153ad28b39bc44f1aeb (patch) | |
| tree | 45488bf57c561af8300880dd9851f6a367822501 | |
| parent | fd64af6021a1c848f1f46c77d896a9c99a96e11e (diff) | |
Update
| -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 |