Change some telescope settings, add plugins for gitcommit and java, change coc-settings somewhat

This commit is contained in:
Alex Selimov 2024-02-08 07:46:32 -05:00
parent 4e011c8561
commit 504f3fe1f7
6 changed files with 24 additions and 7 deletions

2
ftplugin/gitcommit.vim Normal file
View file

@ -0,0 +1,2 @@
set colorcolumn=72
set tw=72

2
ftplugin/java.vim Normal file
View file

@ -0,0 +1,2 @@
set colorcolumn=100
set tw=100

View file

@ -1,3 +1,4 @@
inoremap <Space><Space> <Esc>/<++><Enter>"_c4l
set spell spellfile="~/.config/nvim/spell/wordlist"
let g:markdown_fenced_languages = ['html', 'python', 'bash=sh', 'fortran']
"set conceallevel=2