Skip to content

radeqq007/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My nvim config

A simple Neovim configuration with LSP support, autompletion, and bunch of useful plugins.

Instalation

  1. Clone this repository to your Neovim config directory:
git clone https://github.com/radeqq007/nvim-config ~/.config/nvim
  1. Clone the nvim-lspconfig repository into your packages directory:
git clone https://github.com/neovim/nvim-lspconfig ~/.config/nvim/pack/nvim/start/nvim-lspconfig
  1. Start Neovim

Key Mappings

  • <Space> - Leader key

  • <leader>pv - Open file explorer

  • <leader>ff - Find files

  • <leader>fg - Live grep

  • <leader>fb - Find buffers

  • <leader>fh - Find help tags

  • Tab - Next buffer

  • Shift + Tab - Previous buffer

  • <leader>bc - Close a specified buffer

  • <leader>bp - Open a buffer

  • gcc - Toggles the current line using linewise comment

  • gbc - Toggles the current line using blockwise comment

  • [count]gcc - Toggles the number of line given as a prefix-count using linewise

  • [count]gbc - Toggles the number of line given as a prefix-count using blockwise

  • gc[count]{motion} - (Op-pending) Toggles the region using linewise comment

  • gb[count]{motion} - (Op-pending) Toggles the region using blockwise comment

Plugin List

About

My NeoVim config!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages