From d86a84f84c7a82da74d0f43fbca258df6c3a7860 Mon Sep 17 00:00:00 2001 From: adamstuck Date: Thu, 28 Oct 2021 12:05:14 +0200 Subject: Starship shell prompt + doom one theme for alacritty + vim + nvim --- .vimrc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 126d4ce..d543deb 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,7 @@ set expandtab set noswapfile set nowrap set background=dark +set cursorline map Y y$ nnoremap :nohl @@ -56,7 +58,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