KotonoSora / nvim-dotfile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KotonoSora nvim-dotfiles

Pre-requires

  • neovim
  • gcc
  • tree-sitter-cli
  • git
  • nodejs

Pre-config LSP

  1. Setup lsp

Shortcuts Default

Command Keybinding Mode
Leader , Normal
Stop the highlighting search <leader>h Normal
Escape jk Normal

Shortcuts Nvim tree

Command Keybinding Mode
Close node h Normal
Vercal split v Normal
Horizatiol split x Normal
Add a Normal
open o Normal
Rename r Normal
Delete d Normal
Toggle <C-b> Normal
Find file <C-f> Normal
Focus <C-l> Normal

Shortcuts LSP

Command Keybinding Mode
Enable completion triggered <c-x><c-o> Normal
Diagnostic open float <space>e Normal
Diagnostic go to previous [d Normal
Diagnostic go to next ]d Normal
Diagnostic set log list <space>q Normal
Declaration gD Normal
Definition gd Normal
Hover K Normal
Implementation gi Normal
Signature help <C-k> Normal
Add workspace folder <space>wa Normal
Remove workspace folder <space>wr Normal
List workspace folder <space>wl Normal
Type definition <space>D Normal
Rename <space>rn Normal
Code action <space>ca Normal
References gr Normal
Format <space>f Normal

About


Languages

Language:Lua 100.0%