Compare commits

..

3 Commits

Author SHA1 Message Date
Ray Elliott af334c58d2 update 2022-04-10 19:44:08 +01:00
Ray Elliott 8f9aaabb47 jdqq:q 2022-03-21 11:54:50 +00:00
Ray Elliott 12b25cddea update 2022-03-21 11:26:32 +00:00
4 changed files with 7 additions and 10 deletions

View File

@ -10,9 +10,8 @@ Plug 'https://github.com/marko-cerovac/material.nvim', { 'branch': 'main' }
let g:material_style = 'lighter' let g:material_style = 'lighter'
" colorscheme in develpment paper-tonic " colorscheme in develpment paper-tonic
Plug '~/nvim-paper-tonic' Plug '~/Projects/nvim-paper-tonic'
" evaluating
" #nvim-treesitter {{{ " #nvim-treesitter {{{
" https://github.com/nvim-treesitter/nvim-treesitter " https://github.com/nvim-treesitter/nvim-treesitter
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " update the parsers on update Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " update the parsers on update
@ -239,9 +238,6 @@ let g:mta_filetypes = {
Plug 'tpope/vim-rsi' Plug 'tpope/vim-rsi'
"}}} "}}}
" #wakatime{{{
" https://wakatime.com/vim
Plug 'wakatime/vim-wakatime'
"}}} "}}}
" #vim-repeat{{{ " #vim-repeat{{{

View File

@ -2,8 +2,6 @@
" problems if I ever use ruby virtual environments or RVM or similar. " problems if I ever use ruby virtual environments or RVM or similar.
let g:ruby_host_prog = '~/.gem/ruby/2.7.0/bin/neovim-ruby-host' let g:ruby_host_prog = '~/.gem/ruby/2.7.0/bin/neovim-ruby-host'
set rtp+='~/nvim-paper-tonic'
source ~/.config/nvim/init.plugins.vim source ~/.config/nvim/init.plugins.vim
source ~/.config/nvim/init.tabline.vim source ~/.config/nvim/init.tabline.vim
source ~/.config/nvim/init.auto-window.vim source ~/.config/nvim/init.auto-window.vim
@ -231,8 +229,8 @@ set tags=./.tags,.tags,./tags-external,.tags-external;/home/*
" persisitent undo file " persisitent undo file
set undofile set undofile
set undodir=~/.config/nvim/undodir set undodir=~/.config/nvim/undodir
set backupdir=~/nvim/tmpdir set backupdir=~/.nvim/tmpdir
set directory=~/nvim/tmpdir set directory=~/.nvim/tmpdir
set viewoptions-=options set viewoptions-=options
@ -332,7 +330,7 @@ set conceallevel=0
" #mappings {{{ " #mappings {{{
let g:mapleader = ' ' let g:mapleader = ' '
" miscallaneous {{{ " miscallaneous {{{
nnoremap <cr>l :colorscheme paper-custom<cr> nnoremap <cr>l :colorscheme paper-tonic<cr>
nnoremap <cr>d :colorscheme monotonous-dark<cr> nnoremap <cr>d :colorscheme monotonous-dark<cr>
nnoremap 0 ^ nnoremap 0 ^
nnoremap <silent><space>cs :let @/=""<cr> nnoremap <silent><space>cs :let @/=""<cr>

View File

@ -201,3 +201,6 @@ Etsy
Strapi Strapi
whitepapers whitepapers
LXD LXD
campervans
VW
gltf

Binary file not shown.