Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Aug 6, 2024
1 parent caef5f1 commit 27ba6c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/home-manager/terminal_environment/neovim/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
# Language server client
vimPlugins.nvim-lspconfig

# Provides tree based file explorer
vimPlugins.nerdtree
# Tree based file explorer
vimPlugins.neo-tree-nvim

# Restores cursor position on opening previously opened files
vimPlugins.restore-view-vim
Expand All @@ -55,6 +55,5 @@
vimPlugins.unicode-vim

# TODO: tree-sitter
vimPlugins.neo-tree-nvim
];
}

0 comments on commit 27ba6c6

Please sign in to comment.