Skip to content

Commit

Permalink
feat(nvim): remove nvim-tree
Browse files Browse the repository at this point in the history
I don't really use it anyway, and when I try to use it I don't remember
which key does what, so its faster to do so via the cmd line or with
ranger.
  • Loading branch information
caarlos0 committed Aug 15, 2023
1 parent caa8e72 commit 5d313d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion modules/neovim/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ require("user.test")
require("user.harpoon")
require("user.telescope")
require("user.fugitive")
require("user.tree")
require("auto-hlsearch").setup()

--
Expand Down
13 changes: 0 additions & 13 deletions modules/neovim/config/lua/user/tree.lua

This file was deleted.

1 change: 0 additions & 1 deletion modules/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ in
# ui
catppuccin-nvim
nvim-web-devicons
nvim-tree-lua
nvim-notify
bufferline-nvim
lualine-nvim
Expand Down

0 comments on commit 5d313d0

Please sign in to comment.