Skip to content

Robernetes/nvim-config-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim config

Screen

nvim

Screen Windows

nvim-win

Install Neovim

https://github.com/neovim/neovim/wiki/Installing-Neovim

Install dependency package

pip install pynvim
nodejs

Edit Config (only for Windows)

## File nvim/init.vim

change all ~/.config to ~/AppData/Local

# For ex
change 'source ~/.config/nvim/general/settings.vim'
to     'source ~/AppData/Local/nvim/general/settings.vim'


## File nvim/vim-plug/plugins.vim

change 'call plug#begin('~/.config/nvim/autoload/plugged')'
to     'call plug#begin('~/AppData/Local/nvim/autoload/plugged')'

Install Plugins

# Open Neovim
nvim

# Install all of your plugins (restart neovim after this step)
:PlugInstall 

# Install coc extensions as you like 
:CocInstall coc-clangd coc-json coc-java coc-cmake coc-python

Full List of Extension

Custom Mapping

gr (codefix)
gd (go to definition)
gr (rename symbol)
gf (format current file)
K  (for documentation)

alt + hjkl to resize window.
ctrl + hjkl for window navigation.

ctrl + n to redraw status bar.

jk and kj for "ESC"

space (leader key).

Plugins Included

Gruvbox
Startify
Nerdtree
Airline
Auto Pairs
Cpp Highlight
Signify
Unimpaired
Which Key
Devicons
COC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published