Merge branch 'main' of tildegit.org:drwasabi/my-dotfiles into main

This commit is contained in:
Russell R. 2022-07-10 19:10:19 -04:00
commit b58df64b10
2 changed files with 5 additions and 2 deletions

View File

@ -27,6 +27,9 @@ set expandtab
: autocmd BufLeave,FocusLost,InsertEnter * set norelativenumber
:augroup END
" set it to treat gemini files like markdown files
au! BufRead,BufNewFile *.gmi set filetype=markdown
" turn spelling on for text based documents
autocmd FileType txt,tex,latex,markdown setlocal spell spelllang=en_us
@ -40,7 +43,7 @@ let g:vimwiki_list = [{'path': '~/vimwiki/',
set termguicolors " turn on true colors, since ny term supports that
colorscheme cobalt2 " set the colorscheme
set cursorline " Should kind of highlight what ever line the cursor is on, to make it easy to find
"set cursorline " Should kind of highlight what ever line the cursor is on, to make it easy to find
set colorcolumn=100 " Put a highlighted colume at the 100 space mark. Just so we can see a really long line, like this one.
set wildmode=longest,list,full

View File

@ -7,7 +7,7 @@ call plug#begin('~/.vim/plugged')
Plug 'honza/vim-snippets'
Plug 'preservim/nerdtree' " file manager
Plug 'roxma/nvim-yarp'
Plug 'tpope/vim-fugitive' " git
" Plug 'tpope/vim-fugitive' " git
Plug 'tpope/vim-rhubarb'
Plug 'vim-airline/vim-airline' " cool status bar
Plug 'airblade/vim-gitgutter' " git changes