1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-04-03 18:19:50 +00:00
Daniel Carrillo 7d01253a29
[neovim] replace neo-tree with snacks.nvim
Replace neo-tree.nvim with snacks.nvim for file explorer functionality and
remove several other plugins including:
- mini-animate
- mini-starter
- indent-blankline

The snacks.nvim plugin provides better file explorer, dashboard, indentation
guides, and other UI improvements in a more cohesive package.

Also removed the large file autocommand as snacks.nvim handles this with its
bigfile module.
2025-03-30 18:01:59 +02:00
..
2022-10-16 12:39:00 +02:00
2025-03-28 14:29:51 +01:00

Neovim configuration files

Neovim conf heavily adapted to suit my needs, formerly based on LunarVim's basic ide.

Extra requeriments (Arch Linux package names)

  • ripgrep
  • fd
  • git-delta
  • bat
  • prettier
  • stylua
  • python-cfn-lint
  • python-black
  • python-debugpy
  • hadolint
  • revive
  • tree-sitter-cli
  • Optional for copilotchat: sudo luarocks install --lua-version 5.1 tiktoken_core