https://github.com/daniilty/neovim-config
my nvim config
https://github.com/daniilty/neovim-config
Last synced: 9 months ago
JSON representation
my nvim config
- Host: GitHub
- URL: https://github.com/daniilty/neovim-config
- Owner: daniilty
- Created: 2025-06-07T17:48:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-07T18:04:11.000Z (about 1 year ago)
- Last Synced: 2025-06-07T19:18:40.888Z (about 1 year ago)
- Language: Lua
- Size: 2.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim IDE
This build of neovim is intended to give user a nice ide-like experience in their terminals.
Dashboard uses VSCode logo, but this config is not intended to be similar to this garbage.
### Useful features
* Lazy load(1.5x times faster than packer)
* LSP support for go, c, rust, python, json, js, etc
* Terminal, file explorer
* Dashboard
* Rainbow indents
* Git signs
* In file search(ripgrep is needed)



### Some shortcuts:
* Ctrl+t - toggle terminal
* Ctrl+n - toggle file tree
* Ctrl+s - toggle search field
* ZZ - in case you don't know how to exit vim
* Esc - to exit telescope
* Ctrl+u - rename function/variable/class/etc... using lsp
* Ctrl+p - view references
* Shift+i - go to implementation
* Ctrl+d - go to definition
* Ctrl+D - go to declaration
* Ctrl+e - lsp diagnostic
* K - hover using lsp