This commit is contained in:
pim-wtf
2022-04-19 19:37:31 +02:00
parent 75d5babfc3
commit 8316007630
7 changed files with 236 additions and 615 deletions

View File

@ -48,6 +48,7 @@ autocmd BufRead *.py hi ColorColumn ctermbg=8
" other plugins configuration
let g:indentLine_leadingSpaceEnabled=1
let g:indentLine_leadingSpaceChar = '⬞'
let g:indentLine_fileTypeExclude = ['tex', 'markdown']
" Custom commands
" Uses F4 to find and replace every instance of the word under the cursor.