aboutsummaryrefslogtreecommitdiffhomepage
path: root/nvim.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim.lua')
-rw-r--r--nvim.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/nvim.lua b/nvim.lua
index 1833d00..5bf9f13 100644
--- a/nvim.lua
+++ b/nvim.lua
@@ -80,6 +80,7 @@ require('lazy').setup({
80 80
81 81
82 82
83
83 -- NOTE: This is where your plugins related to LSP can be installed. 84 -- NOTE: This is where your plugins related to LSP can be installed.
84 -- The configuration is done below. Search for lspconfig to find it below. 85 -- The configuration is done below. Search for lspconfig to find it below.
85 { 86 {
@@ -230,6 +231,10 @@ require('lazy').setup({
230 build = ':TSUpdate', 231 build = ':TSUpdate',
231 }, 232 },
232 233
234 {
235 'preservim/nerdtree'
236 },
237
233 -- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart 238 -- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart
234 -- These are some example plugins that I've included in the kickstart repository. 239 -- These are some example plugins that I've included in the kickstart repository.
235 -- Uncomment any of the lines below to enable them. 240 -- Uncomment any of the lines below to enable them.