This commit is contained in:
Salyrus
2021-12-08 10:52:36 +01:00
parent 416d2ebcf8
commit 2ec1bdcbad
29 changed files with 3005 additions and 8 deletions

1
nvim
View File

@ -1 +0,0 @@
.config/nvim/

17
nvim/init.vim Normal file
View File

@ -0,0 +1,17 @@
call plug#begin('~/.local/share/nvim/plugged')
Plug 'vimsence/vimsence'
Plug 'lervag/vimtex'
Plug 'python-mode/python-mode'
Plug 'rust-lang/rust.vim'
Plug 'glepnir/dashboard-nvim'
Plug 'Gavinok/vim-troff'
call plug#end()
:set number
let g:tex_flavor='latex'
let g:vimtex_view_method='zathura'
let g:vimtex_quickfix_mode=0
let g:vimtex_view_general_viewer = 'zathura'
highlight LineNr ctermfg=8