new file: alacritty/alacritty.yml
new file: bspwm/bspwmrc new file: neofetch/config.conf new file: nvim/init.vim new file: polybar/config new file: polybar/launch.sh new file: polybar/scripts/bat_toggle.sh new file: polybar/scripts/brightnessctl.sh new file: polybar/scripts/bt-status.sh new file: polybar/scripts/coins.svg new file: polybar/scripts/openvpn-status.sh new file: polybar/scripts/pcrypto.py new file: polybar/scripts/pulseaudio-control.bash new file: polybar/scripts/spotify_status.py new file: polybar/scripts/xbps-updates.sh new file: polybar/scripts/xbps-updates.sh.bkp
This commit is contained in:
17
nvim/init.vim
Normal file
17
nvim/init.vim
Normal 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
|
Reference in New Issue
Block a user