Change some telescope settings, add plugins for gitcommit and java, change coc-settings somewhat
This commit is contained in:
parent
4e011c8561
commit
504f3fe1f7
6 changed files with 24 additions and 7 deletions
2
ftplugin/gitcommit.vim
Normal file
2
ftplugin/gitcommit.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
set colorcolumn=72
|
||||
set tw=72
|
2
ftplugin/java.vim
Normal file
2
ftplugin/java.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
set colorcolumn=100
|
||||
set tw=100
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue