diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c300df8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +nvim/plugins/ +nvim/.netrwhist diff --git a/nvim/init.vim b/nvim/init.vim index 26c454c..05e1d6e 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -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 diff --git a/zsh/zshenv b/zsh/zshenv index ce57554..103e400 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -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"