Made files nonexecutable

This commit is contained in:
agryphus 2023-09-08 16:46:55 -04:00
parent 5767f9fcda
commit 332ff948ed
15 changed files with 12 additions and 1 deletions

0
after/plugin/colors.lua Executable file → Normal file
View file

0
after/plugin/comment.lua Executable file → Normal file
View file

0
after/plugin/firenvim.lua Executable file → Normal file
View file

0
after/plugin/lsp.lua Executable file → Normal file
View file

0
after/plugin/nvimtree.lua Executable file → Normal file
View file

0
after/plugin/telescope.lua Executable file → Normal file
View file

0
after/plugin/treesitter.lua Executable file → Normal file
View file

4
after/plugin/vimtex.lua Executable file → Normal file
View 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
]])