summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authoradamstuck <adam.moloney.stuck@gmail.com>2021-10-28 12:05:14 +0200
committeradamstuck <adam.moloney.stuck@gmail.com>2021-10-28 13:42:11 +0200
commitd86a84f84c7a82da74d0f43fbca258df6c3a7860 (patch)
treeb6c8d488fa4a53d4c2472ba867248fe3f81a6be2 /.vimrc
parent30632de771a4c7bcd57ef693cd38549f5f0f0347 (diff)
Starship shell prompt + doom one theme for alacritty + vim + nvim
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc12
1 files changed, 7 insertions, 5 deletions
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 <C-L> :nohl<CR><C-L>
@@ -56,7 +58,7 @@ nnoremap <leader>j :wincmd j<CR>
nnoremap <leader>k :wincmd k<CR>
nnoremap <leader>l :wincmd l<CR>
-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 = "\<Esc>[38:2:%lu:%lu:%lum"
+let &t_8b = "\<Esc>[48:2:%lu:%lu:%lum"
+colorscheme doom-one
+highlight CursorLineNr cterm=bold ctermbg=Black ctermfg=Blue