xaizek / dotvim (License: Unspecified) (since 2018-12-07)
Vim configuration and plugins.
Commit 4be5e5fc0cbadabdbd29dc23b37d429273c2c9aa

Fix a typo in vimrc: slepp -> spell
Author: xaizek
Author date (UTC): 2023-03-18 18:58
Committer name: xaizek
Committer date (UTC): 2023-03-18 18:58
Parent(s): 4f3966790228f8c0ee689fac35c5e833dac49806
Signing key: 99DC5E4DB05F6BE2
Tree: 12ee824060818b7952453471327675394d4868ce
File Lines added Lines deleted
vimrc 1 1
File vimrc changed (mode: 100644) (index d58de66..ddaed3d)
... ... set scrolloff=4
565 565 " show partially entered commands " show partially entered commands
566 566 set showcmd set showcmd
567 567
568 " set slepp check languages
568 " set spell check languages
569 569 set spelllang=en,ru set spelllang=en,ru
570 570
571 571 " show at most 20 suggestions on z= " show at most 20 suggestions on z=
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotvim

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotvim

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master