Add Pony stuff, new Vim colours, ...

Also update gitignore
This commit is contained in:
Gender Demon 2021-01-19 11:50:05 +00:00
parent a761edb7b9
commit 9050858e53
3 changed files with 11 additions and 3 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
nvim/plugins/
nvim/.netrwhist

View File

@ -52,10 +52,15 @@ Plug 'w0rp/ale'
Plug 'ziglang/zig.vim'
" Odin language support
Plug 'Tetralux/odin.vim'
" Pony language support
Plug 'jakwings/vim-pony'
" Pencil, for writing prose
Plug 'reedes/vim-pencil'
" Vim Wiki
" Plug 'vimwiki/vimwiki'
" Colourschemes
" Following option should be set on a 256 color
" terminal to enable true colour
@ -73,6 +78,7 @@ Plug 'noahfrederick/vim-hemisu'
Plug 'ajgrf/sprinkles'
Plug 'xero/sourcerer.vim'
Plug 'franbach/miramare'
Plug 'everard/vim-aurora'
" base16 colourscheme set (very large)
" Plug 'chriskempson/base16-vim'
@ -86,8 +92,8 @@ if $TERM ==# "linux"
else
set termguicolors
endif
set background=dark
colorscheme miramare
set background=light
colorscheme aurora
" Rob Pike says that syntax highlighting is juvenile so it must be true
syntax off

View File

@ -1,7 +1,7 @@
# ~/.zshenv: environment bootstrap
export EDITOR=nvim
export XDG_CONFIG_HOME=/home/cren/.config/
export PATH=$PATH:/home/cren/.local/bin
export PATH=$PATH:/home/cren/.local/bin:/home/cren/.local/share/ponyup/bin
# pfetch config
export PF_INFO="ascii title os kernel shell wm memory pkgs palette"