An open API service indexing awesome lists of open source software.

https://github.com/humankernel/nvim


https://github.com/humankernel/nvim

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

          

# NeoVIM

Just my Neovim dots

![Preview](assets/nvim.webp)

- Plugin Manager: ([Lazy.nvim](https://github.com/folke/lazy.nvim))
- Fuzzy Finding: (ripgrep, [Telescope](https://github.com/nvim-telescope/telescope.nvim))
- Code Highlight: ([Treesitter](https://github.com/nvim-treesitter/nvim-treesitter))
- Colorscheme: (base16-ayu-dark)
- File Manager: [Oil.nvim](https://github.com/stevearc/oil.nvim)
- Native Lsp: (lsp configs by [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig))
- Completion: [blink.cmp](https://github.com/Saghen/blink.cmp)
- Keybindings: [which-key.nvim](https://github.com/folke/which-key.nvim)

## Requirements

- `git`, `curl`, `unzip`, `tar`, `gzip`: for lazy an & treesitter
- `cmake`: for telescope fzf native
- `ripgrep`, `fd`: for telescope