From 9547730a150c9c1639035c4d66183863dc7f0fbc Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Thu, 28 Oct 2021 17:25:38 +0200 Subject: Starship shell prompt + doom one theme for alacritty + vim + nvim --- .vimrc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 126d4ce..a1f2d4c 100644 --- a/.vimrc +++ b/.vimrc @@ -1,5 +1,5 @@ call plug#begin('~/.vim/plugged') - Plug 'gruvbox-community/gruvbox' + Plug 'romgrk/doom-one.vim' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-surround' Plug 'tpope/vim-repeat' @@ -9,6 +9,7 @@ call plug#end() filetype indent plugin on syntax enable set mouse=a +set termguicolors set nocompatible set hidden set wildmenu @@ -33,6 +34,8 @@ set expandtab set noswapfile set nowrap set background=dark +set cursorline +set autochdir map Y y$ nnoremap :nohl @@ -56,7 +59,7 @@ nnoremap j :wincmd j nnoremap k :wincmd k nnoremap l :wincmd l -colorscheme gruvbox -highlight CursorLine cterm=NONE ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE -highlight CursorLineNr cterm=bold ctermbg=Black ctermfg=Yellow -set cursorline +let &t_8f = "\[38:2:%lu:%lu:%lum" +let &t_8b = "\[48:2:%lu:%lu:%lum" +colorscheme doom-one +highlight CursorLineNr cterm=bold ctermbg=Black ctermfg=Blue -- cgit v1.2.3-70-g09d2