summaryrefslogtreecommitdiffstats
path: root/.config/nvim
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim')
-rwxr-xr-x.config/nvim/init.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index 274c185..d077acc 100755
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -180,10 +180,6 @@ autocmd FileType vimwiki,latex,tex setlocal formatprg=/home/yigit/.local/bin/sen
180" runs a script that cleans out tex build files whenever I close out of a .tex file. 180" runs a script that cleans out tex build files whenever I close out of a .tex file.
181autocmd VimLeave *.tex !texclear % 181autocmd VimLeave *.tex !texclear %
182 182
183" if you enable Goyo for neomutt writing
184autocmd BufRead,BufNewFile /tmp/neomutt* map ZZ :Goyo\|x!<CR>
185autocmd BufRead,BufNewFile /tmp/neomutt* map ZQ :Goyo\|q!<CR>
186
187" TODO: this will get supported on nvim 0.5.0 183" TODO: this will get supported on nvim 0.5.0
188" TODO: this too https://www.reddit.com/r/neovim/comments/gxcbui/in_built_lsp_is_amazing/ 184" TODO: this too https://www.reddit.com/r/neovim/comments/gxcbui/in_built_lsp_is_amazing/
189" augroup highlight_yank 185" augroup highlight_yank
@@ -465,10 +461,6 @@ let g:airline_right_alt_sep = ''
465 461
466"}}} 462"}}}
467 463
468"{{{ NERDTree
469let g:NERDTreeWinSize=25
470"}}}
471
472"{{{ Ale 464"{{{ Ale
473let g:ale_sign_error = '✗' 465let g:ale_sign_error = '✗'
474let g:ale_sign_warning = '⚑' 466let g:ale_sign_warning = '⚑'