From 7aa76acbaf6d8058b84ba9c37ed7d7c60c377f29 Mon Sep 17 00:00:00 2001 From: floki Date: Sat, 21 Dec 2024 14:51:25 +0400 Subject: [PATCH] vim config --- .vimrc | 17 +++++++---------- alacritty.toml | 13 ++++++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.vimrc b/.vimrc index e26ecb8..0b72a5c 100644 --- a/.vimrc +++ b/.vimrc @@ -1,5 +1,5 @@ -filetype plugin on -set nocompatible +filetype plugin on +set nocompatible set number set belloff=all @@ -7,13 +7,13 @@ set belloff=all call plug#begin() -Plug 'sheerun/vim-polyglot' +Plug 'sheerun/vim-polyglot' Plug 'https://github.com/preservim/nerdtree', { 'on': 'NERDTreeToggle' } Plug 'LunarWatcher/auto-pairs' Plug 'maxboisvert/vim-simple-complete' Plug 'prabirshrestha/vim-lsp' Plug 'mrk21/yaml-vim' -Plug 'ghifarit53/tokyonight-vim' +Plug 'morhetz/gruvbox' Plug 'itspriddle/vim-shellcheck' Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' @@ -22,13 +22,10 @@ Plug 'preservim/nerdtree' Plug 'ryanoasis/vim-devicons' call plug#end() nnoremap :NERDTreeToggle -set encoding=UTF-8 +set encoding=UTF-8 set termguicolors - -let g:tokyonight_style = 'night' " available: night, storm -let g:tokyonight_enable_italic = 1 - -colorscheme tokyonight +set bg=dark +colorscheme gruvbox let g:AutoPairsShorcutToggle = '' let vim_markdown_preview_github=1 if executable('bash-language-server') diff --git a/alacritty.toml b/alacritty.toml index 58071bb..56a618c 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -3,10 +3,13 @@ TERM = "xterm-256color" [window] padding.x = 20 padding.y = 20 - -decorations = "Buttonless" -opacity = 0.92 -blur = true +[general] +import = [ + "~/.config/alacritty/themes/themes/gruvbox_dark.toml" +] +#decorations = "Buttonless" +#opacity = 0.92 +#blur = true [font] normal.family = "Hack Nerd Font" -size = 15.0 +size = 14.0