summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-03-17 12:08:04 +0100
committerAdam Stück <adam@adast.xyz>2023-03-17 12:08:04 +0100
commit40a3517758738f0c85f7786603fbbdcc2229f8ef (patch)
tree6ee2e85074af22355e537c53a301b7cc8a748870 /.config
parent163edd7856493de3ec5c0c1d49e46d833d4fe431 (diff)
vim: drop doom-one theme
Diffstat (limited to '.config')
-rw-r--r--.config/vim/vimrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc
index 8dc7f1e..ac29608 100644
--- a/.config/vim/vimrc
+++ b/.config/vim/vimrc
@@ -25,7 +25,6 @@ autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
\| endif
call plug#begin(data_dir . '/plugged')
- Plug 'romgrk/doom-one.vim'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-commentary'
call plug#end()
@@ -33,7 +32,6 @@ call plug#end()
filetype indent plugin on
syntax enable
set mouse=a
-set termguicolors
set nocompatible
set hidden
set wildmenu
@@ -57,8 +55,6 @@ set softtabstop=4
set expandtab
set noswapfile
set nowrap
-set background=dark
-set cursorline
set splitright
set splitbelow
@@ -88,11 +84,6 @@ nnoremap <leader><down> :wincmd j<CR>
nnoremap <leader><up> :wincmd k<CR>
nnoremap <leader><right> :wincmd l<CR>
-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
-
set runtimepath^=$XDG_CONFIG_HOME/vim
set runtimepath+=$XDG_DATA_HOME/vim
set runtimepath+=$XDG_CONFIG_HOME/vim/after