alacritty config file
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user