Skip to content

Dakyne/dotnvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config nvim

Plugged

install vim-plug

YouCompleteMe

git clone https://github.com/ycm-core/YouCompleteMe.git --recursive
python3 install.py --ts-completer --clang-completer

Arborescense :

.config/nvim
├── bepo.vim
├── bundle
│   └── Vundle.vim
├── init.vim
└── plugged
    └── Modules

Remap capslock

Lancer au démarrage :

xmodmap -e 'clear Lock' -e 'keycode 0x09 = Caps_Lock'
xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'

About

Configuration neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published