dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit db53b41e52fd3082e64da1bc734630869d5e4be6 (tree)
parent 057358565a3b3ad1d16d147e8cb2483997edb72c
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Mon,  5 Apr 2021 15:44:50 +0300

more dofiles

Diffstat:
Mbash/.psqlrc | 1+
Mvim/.vim/spell/en.utf-8.add | 10++++++++++
Mvim/.vim/vimrc | 3+++
3 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/bash/.psqlrc b/bash/.psqlrc @@ -1,2 +1,3 @@ \x auto \pset null 'Ø' +\pset pager 0 diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add @@ -52,3 +52,13 @@ CEST classid on TODO +runtime +https +html +mj +msc +pdf +smoothened +downscaled +Makefile +Linestrings diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc @@ -80,3 +80,6 @@ let g:omni_sql_no_default_maps = 1 " mail autocmd BufRead,BufNewFile *mutt-* setfiletype mail + +" TeX +au FileType tex set spell spelllang=en_us