summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2020-05-25 20:41:25 -0700
committerzlg <zlg@zlg.space>2020-05-25 20:41:25 -0700
commitad7a5b0213b5fbe3a2782b85f48ea62cdd92f04e (patch)
treeccd0eb17a4e7c6a78e47f90f8e37ff491a9e2439
parentReintegrate personal library as autoload script (diff)
downloadvimrc-ad7a5b0213b5fbe3a2782b85f48ea62cdd92f04e.tar.gz
vimrc-ad7a5b0213b5fbe3a2782b85f48ea62cdd92f04e.tar.bz2
vimrc-ad7a5b0213b5fbe3a2782b85f48ea62cdd92f04e.tar.xz
vimrc-ad7a5b0213b5fbe3a2782b85f48ea62cdd92f04e.zip
vimrc: Switch pico8 colors, vim syntaxing
todo.txt is interesting; if it ends up not for me, I'll make my own vim syntax instead. No big deal.
-rw-r--r--vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index ed219d1..f2afaf4 100644
--- a/vimrc
+++ b/vimrc
@@ -31,8 +31,8 @@ Plug 'ledger/vim-ledger', { 'as': 'ledger' }
Plug 'rstacruz/sparkup'
Plug 'godlygeek/tabular'
Plug 'PotatoesMaster/i3-vim-syntax', { 'as': 'i3-syntax' }
+Plug 'BordenJardine/pico8-vim-colorscheme', { 'as': 'pico8-color' }
Plug 'justinj/vim-pico8-syntax', { 'as': 'pico8-syntax' }
-Plug 'evanrelf/vim-pico8-color', { 'as': 'pico8-color' }
Plug 'altercation/vim-colors-solarized', { 'as': 'solarized-color' }
call plug#end()
@@ -90,6 +90,7 @@ set foldtext=MyFoldText()
if has("autocmd")
filetype plugin indent on
autocmd BufNewFile,BufRead /media/sd/Games/*.[0123456789].txt setfiletype sctxt
+ autocmd BufNewFile,BufRead /home/zlg/text/todo.txt setfiletype todo
autocmd BufNewFile,BufRead *.txt setfiletype text
" All Markdown and TXT files need to be hard wrapped to 80 characters.
autocmd FileType text,markdown setlocal nonumber tabstop=4 softtabstop=4 shiftwidth=4 expandtab formatoptions=tcqwn textwidth=80 nolist colorcolumn=81