adding vim so I can stop forgetting to set tabstop and loccation

This commit is contained in:
Siina Mashek 2020-11-24 15:25:29 +02:00 committed by Siina Maček
parent d20aa50f9c
commit 094f4d9f0f
3 changed files with 34 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
config/vim/viminit

31
config/vim/viminfo Normal file
View File

@ -0,0 +1,31 @@
# This viminfo file was generated by Vim 8.2.
# You may edit it if you're careful!
# Viminfo version
|1,4
# Value of 'encoding' when this file was written
*encoding=utf-8
# hlsearch on (H) or off (h):
~H
# Command Line History (newest to oldest):
:q
|2,0,1606224298,,"q"
# Search String History (newest to oldest):
# Expression History (newest to oldest):
# Input Line History (newest to oldest):
# Debug Line History (newest to oldest):
# Registers:
# File marks:
# Jumplist (newest first):
# History of marks within files (newest to oldest):

2
config/vim/vimrc Normal file
View File

@ -0,0 +1,2 @@
set viminfo+=n~/.config/vim/viminfo
set tabstop=2