mirror of
https://github.com/1xtier/.dotfiles.git
synced 2026-03-17 02:47:56 +00:00
vim config
This commit is contained in:
9
.vimrc
9
.vimrc
@@ -13,7 +13,7 @@ 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'
|
||||
@@ -24,11 +24,8 @@ call plug#end()
|
||||
nnoremap <C-t> :NERDTreeToggle<CR>
|
||||
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 = '<C-P>'
|
||||
let vim_markdown_preview_github=1
|
||||
if executable('bash-language-server')
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user