https://github.com/humankernel/nvim
https://github.com/humankernel/nvim
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/humankernel/nvim
- Owner: humankernel
- Created: 2025-04-26T05:25:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-03T23:03:12.000Z (10 months ago)
- Last Synced: 2025-09-04T01:08:57.539Z (10 months ago)
- Language: Lua
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeoVIM
Just my Neovim dots

- 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