adding vim so I can stop forgetting to set tabstop and loccation
This commit is contained in:
parent
d20aa50f9c
commit
094f4d9f0f
|
@ -0,0 +1 @@
|
|||
config/vim/viminit
|
|
@ -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):
|
|
@ -0,0 +1,2 @@
|
|||
set viminfo+=n~/.config/vim/viminfo
|
||||
set tabstop=2
|
Loading…
Reference in New Issue