sudo snap install nvim --classicbrew install neovim ripgrepgit clone https://github.com/adonis0147/nvim-config "${HOME}/.config/nvim-config"
./install.shSee nvim/lua/key_bindings.lua.
<leader>:<space><leader>e: Quit<leader>E: Quit all without saving- Moving between windows
<ctrl-h>: Left<ctrl-j>: Down<ctrl-k>: Up<ctrl-l>: Right
- Moving between tabs
<leader>n: Previous tab<leader>m: Next tab
<F5>: Build bymakecommand<F9>: Build and run (only available for a single source code file)
Use lazy.nvim to manage plugins.