Merge branch 'master' of git.yorune.pl:y0rune/myhome

This commit is contained in:
2021-10-01 16:20:00 +02:00
committed by Marcin Woźniak
7 changed files with 48 additions and 6 deletions

View File

@ -7,7 +7,8 @@
"python",
"css",
"markdown",
"ruby"
"ruby",
"go"
],
"diagnostic.virtualText": true,
"diagnostic.virtualTextCurrentLineOnly": false,

View File

@ -8,6 +8,8 @@ endif
let mapleader = "\<Space>"
let g:python3_host_prog = expand('/usr/src/python')
set laststatus=2
set autoindent
set noexpandtab
set shiftwidth=4
set softtabstop=4
set tabstop=4
@ -138,7 +140,6 @@ set title
" indent
set backspace=indent,eol,start
set shiftwidth=4
set expandtab
set list listchars=nbsp,tab:»·,trail,extends:>
" editing