https://github.com/nkcoder/nvim
My neovim config
https://github.com/nkcoder/nvim
Last synced: 6 months ago
JSON representation
My neovim config
- Host: GitHub
- URL: https://github.com/nkcoder/nvim
- Owner: nkcoder
- Created: 2024-01-07T09:27:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T10:38:12.000Z (about 2 years ago)
- Last Synced: 2025-01-12T09:30:01.082Z (about 1 year ago)
- Language: Lua
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My configs for NeoVim.
# Plugins
## Lazy
- [Lazy](https://github.com/folke/lazy.nvim): the plugin manager
## neo-tree
- [neo-tree](https://github.com/nvim-neo-tree/neo-tree.nvim)
If icons are not shown, please install nerd-fonts, then enable the fonts in your terminal.
```bash
brew tap homebrew/cask-fonts
brew install font-hack-nerd-font
```
Then open `Preferences` in your terminal (iTerm2), select `Hack Nerd Font Mono` in your profile (under **Text** -> **Font**).

- [Icons are not showing in nvim-tree](https://vi.stackexchange.com/questions/40279/icons-are-not-showing-in-nvim-tree)
- [nerd-fonts](https://github.com/ryanoasis/nerd-fonts?tab=readme-ov-file#option-4-homebrew-fonts)
- [How to change Neovim font?](https://stackoverflow.com/questions/35285300/how-to-change-neovim-font)