dotfiles/neovim/config/plugins
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonny Barnes d245a83f2c
Add nvim-tree, on the right, toggled with <leader>e
Netrw is disabled, as nvim-tree needs to own directory buffers so
`nvim .` opens the tree rather than the two fighting over it. That
removes :Ex, so the Obsidian guide has been updated to point at
<leader>e instead.

No auto-open autocmd: `nvim <path>` opens just the file, and the tree
is there on <leader>e when it is wanted. Placing it on the right also
flips the split direction, so opening a file from the tree puts it to
the left rather than displacing the tree.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-08 20:36:39 +01:00
..
fzf-lua.lua Add fzf-lua for project navigation 2026-08-08 18:39:48 +01:00
gitsigns.lua Fix which-key not seeing gitsigns maps, add diagnostic maps 2026-08-08 17:27:37 +01:00
init.lua Add nvim-tree, on the right, toggled with <leader>e 2026-08-08 20:36:39 +01:00
nvim-tree.lua Add nvim-tree, on the right, toggled with <leader>e 2026-08-08 20:36:39 +01:00
web-devicons.lua Add which-key and nvim-web-devicons, tidy brew casks 2026-08-08 14:26:59 +01:00
which-key.lua Add fzf-lua for project navigation 2026-08-08 18:39:48 +01:00