aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 6d9d530..3a4d2ff 100644
--- a/init.lua
+++ b/init.lua
@@ -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