Skip to content

okayno14/vimconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

247 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install

Make folder for swp-files:

mkdir .vim/swp

Files

.vim .vimrc .vsnip/ .templates

Deps

ag

utils

jq

vimwiki

Смотри репозиторий utils, (.local/lib/utils/common/style.css).

package

add new package

mkdir .vim/pack/<org>/start
git submodule add <git-url> .vim/pack/<org>/start/<pack>

pull all

git submodule update --init --recursive

remove

# Remove the submodule entry from .git/config
git submodule deinit -f .vim/pack/<org>/start/<pack>

# Remove the submodule directory from the superproject's .git/modules directory
rm -rf .git/modules/.vim/pack/<org>/start/<pack>

# Remove the entry in .gitmodules and remove the submodule directory located at path/to/submodule
git rm -f .vim/pack/<org>/start/<pack>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published