alacritty config file

This commit is contained in:
Robert Kmiec
2019-06-18 10:25:26 +02:00
parent 02a97b61f5
commit b8d6ce0cda
2 changed files with 612 additions and 1 deletions

2
.vimrc
View File

@@ -340,7 +340,7 @@ map <F12> :colorscheme random<CR>
function! FoldFormat()
let foldsize = (v:foldend - v:foldstart)
return ">>>\t".getline(v:foldstart)."\t\t\t(".foldsize."\tmore lines)"
return getline(v:foldstart)."\t\t\t(".foldsize."\tmore lines)"
endfunction
" Folding - space one line, home,end globally increase/decrease