My Neovim package storage to easily sync and update the plugin I'm using.
- nvim-tree.lua: File Explorer for Neovim written in Lua
- nvim-web-devicons: Adds file type icons to Neovim plugins (nvim-tree.lua, bufferline.nvim, telescope, ...)
- Darcula: IntelliJ Darcula color scheme
- bufferline: A snazzy nail_care buffer line (with tabpage integration) for Neovim built using lua.
- Require a patched font (see nerd fonts) and a colorscheme
- plenary: Library of useful lua function for neovim (required by some plugins)
- Telescope: highly extendable fuzzy finder over lists.
- BurntSushi/ripgrep ->
sudo apt install ripgrep
- telescope-fzf-native: significantly improve telescope sorting performance. IF NOT WORKING, MUST BE COMPILED (using
make
orcmake
)
- BurntSushi/ripgrep ->