This is my neovim configuration in lua.
- Works on Windows, Linux and Mac OS
- Fast to load
git clone --depth=1 https://github.com/frazrepo/nvim-config.git
On linux/Mac OS
- Create a symbolink link with
ln -s nvim-config $HOME/.config/nvim
On Windows
- Copy the directory content to
$HOME/AppData/Local/nvim/
- Beautiful theme with tokyonight or catppuccin
- File Navigation with neo-tree.nvim
- File fuzzy finder with telescope.nvim
- Tabs and buffers management with bufferline.nvim
- Syntax highlighting with treesitter
- LSP and Completion with native LSP or coc
- Easy mappings access with which-key
- Zen environment with TrueZen
- Quickfix filtering with nvim-bqf
- Terminal management with vim-floatterm