mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-21 22:06:29 +00:00
add vim autoread and more utils
This commit is contained in:
parent
9cec6b4611
commit
c311b06b60
2 changed files with 7 additions and 0 deletions
|
@ -76,6 +76,9 @@ set wildignore=*.o,*~,*.pyc,*.aux,*.bbl,*.blg,*-blx.bib,*.log,*.out,*.run.xml,
|
|||
\*.toc,*.nav,*.snm " ignore auxiliary files
|
||||
" set completeopt-=preview
|
||||
|
||||
" automatically reload files changed on disk but not in buffer
|
||||
set autoread
|
||||
|
||||
" tex configuration
|
||||
let g:tex_flavor='latex'
|
||||
" Optics
|
||||
|
|
|
@ -236,9 +236,12 @@
|
|||
tldr
|
||||
unzip
|
||||
ncat
|
||||
bind
|
||||
inetutils
|
||||
usbutils
|
||||
screen
|
||||
moreutils
|
||||
file
|
||||
## automatic detection of display changes
|
||||
autorandr
|
||||
## audio management
|
||||
|
@ -277,6 +280,7 @@
|
|||
typora
|
||||
firefox
|
||||
next
|
||||
rstudio
|
||||
## time tracking
|
||||
watson
|
||||
## file managers
|
||||
|
|
Loading…
Reference in a new issue