Skip to content

Kaan191/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To clone/install recursively:

git clone --recursive [email protected]:<user>/<repo.git> path/to/repo 

How to properly add submodules to the .vim repository

git submodule add <remote_url> <destination_folder>
git submodule update --init --recursive

To properly uninstall a package:

git submodule deinit -f -- <package_name>
rm -rf .git/modules/pack/<path_to>/start/<package_name>
git rm -f .vim/pack/start/<path_to>/<package_name>

For using vim-ai, store an OpenAI token in ~/.config/openai.token

About

Vimrc settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors