Made files nonexecutable
This commit is contained in:
parent
5767f9fcda
commit
332ff948ed
15 changed files with 12 additions and 1 deletions
4
after/plugin/vimtex.lua
Executable file → Normal file
4
after/plugin/vimtex.lua
Executable file → Normal file
|
|
@ -6,7 +6,7 @@ let g:maplocalleader=' '
|
|||
let g:vimtex_view_method='zathura'
|
||||
let g:tex_flavor='latex'
|
||||
let g:vimtex_quickfix_mode=0
|
||||
set conceallevel=1
|
||||
set conceallevel=0
|
||||
let g:tex_conceal='abdmg'
|
||||
let g:vimtex_view_forward_search_on_start=0 " Weird highlighting otherwise
|
||||
|
||||
|
|
@ -17,3 +17,5 @@ augroup END
|
|||
|
||||
]])
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue