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

View File

@ -1,7 +1,7 @@
# ~/.zshenv: environment bootstrap # ~/.zshenv: environment bootstrap
export EDITOR=nvim export EDITOR=nvim
export XDG_CONFIG_HOME=/home/cren/.config/ 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 # pfetch config
export PF_INFO="ascii title os kernel shell wm memory pkgs palette" export PF_INFO="ascii title os kernel shell wm memory pkgs palette"