summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-01-20 02:01:38 -0600
committerzachir <zachir@librem.one>2025-01-20 02:01:38 -0600
commitb3272c366969eae34b4737e88f83332dd49e3297 (patch)
treeaf8b2907fc9a608e2e9c3a65ad380431d1a19460
parente12c367f1509eb570c78a19020fce02d769d5c49 (diff)
Comment out LLPreview in nvim
It only works on Vim anyways.
-rw-r--r--nvim/init.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/nvim/init.vim b/nvim/init.vim
index 42fe34d..d27d9d4 100644
--- a/nvim/init.vim
+++ b/nvim/init.vim
@@ -190,7 +190,7 @@ autocmd BufWinEnter * if getcmdwintype() == '' | silent NERDTreeMirror | endif
" custom augroup {{{
augroup custom
autocmd!
- au BufEnter *.tex :LLPStartPreview
+ "au BufEnter *.tex :LLPStartPreview
au BufEnter *.md :set textwidth=80
au BufEnter *.ms :set textwidth=80
"au BufEnter *.c :colo DevC++
@@ -200,7 +200,7 @@ augroup custom
"au BufEnter *.cpp :colo DevC++
"au BufEnter *.hpp :colo DevC++
au BufWritePost init.vim :source %
- au BufWritePost *.tex :make
+ "au BufWritePost *.tex :make
au BufWritePost *sxhkdrc* :!pkill -USR1 -x sxhkd
au BufWritePost .Xresources :!xrdb ~/.Xresources
au BufWritePost .gitignore :!git add .gitignore