Skip to content

Commit 70c3a78

Browse files
committed
Plugins: enable neo-tree
GitHub - nvim-neo-tree/neo-tree.nvim Neovim plugin to manage the file system and other tree like structures. https://github.com/nvim-neo-tree/neo-tree.nvim
1 parent 4cc9a62 commit 70c3a78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/lazy-plugins.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ require('lazy').setup({
5656
-- require 'kickstart.plugins.indent_line',
5757
-- require 'kickstart.plugins.lint',
5858
-- require 'kickstart.plugins.autopairs',
59-
-- require 'kickstart.plugins.neo-tree',
59+
require 'kickstart.plugins.neo-tree',
6060

6161
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
6262
-- This is the easiest way to modularize your config.

0 commit comments

Comments
 (0)