parent
a282cf4d63
commit
8789a2a83e
33 changed files with 37 additions and 24 deletions
55
vimplugrc
55
vimplugrc
|
@ -1,55 +0,0 @@
|
|||
vim9script
|
||||
autocmd BufRead *vimplugrc set ft=vim
|
||||
|
||||
execute 'source' fnameescape(g:plug)
|
||||
plug#begin(g:plugdir)
|
||||
Plug 'junegunn/vim-plug'
|
||||
Plug 'lifepillar/vim-gruvbox8'
|
||||
|
||||
Plug 'hashivim/vim-terraform'
|
||||
Plug 'itchyny/lightline.vim'
|
||||
Plug 'junegunn/fzf'
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'junegunn/vim-easy-align'
|
||||
Plug 'mhinz/vim-signify'
|
||||
Plug 'tpope/vim-commentary'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'tpope/vim-rsi'
|
||||
Plug 'tpope/vim-vinegar'
|
||||
Plug 'w0rp/ale', {'for': ['sh']}
|
||||
plug#end()
|
||||
|
||||
# easy-align
|
||||
xmap <Leader>a <Plug>(EasyAlign)
|
||||
nmap <Leader>a <Plug>(EasyAlign)
|
||||
|
||||
# fzf
|
||||
nmap <Leader>ff :Files<CR>
|
||||
nmap <Leader>fg :GFiles<CR>
|
||||
nmap <Leader>fb :Buffers<CR>
|
||||
nmap <Leader>fl :Lines<CR>
|
||||
nmap <Leader>ft :Filetypes<CR>
|
||||
|
||||
# lightline
|
||||
g:lightline = {
|
||||
colorscheme: 'gruvbox8',
|
||||
separator: { left: "\ue0b0", right: "\ue0b2"},
|
||||
subseparator: { left: "\ue0b1", right: "\ue0b3"}
|
||||
}
|
||||
|
||||
g:gruvbox_transp_bg = 1
|
||||
g:gruvbox_plugin_hi_groups = 1
|
||||
g:gruvbox_filetype_hi_groups = 1
|
||||
&t_8f = "\u1b[38;2;%lu;%lu;%lum"
|
||||
&t_8b = "\u1b[48;2;%lu;%lu;%lum"
|
||||
&tgc = 1
|
||||
&bg = 'dark'
|
||||
colorscheme gruvbox8
|
||||
|
||||
if has('gui_running')
|
||||
set guifont=JetBrains\ Mono:h14
|
||||
set guicursor=a:blinkon0,a:block,i:ver1-Cursor/lCursor,r:hor1-Cursor/lCursor
|
||||
set guiheadroom=0 guioptions=aei mouse=a
|
||||
map <S-Insert> <MiddleMouse>
|
||||
map! <S-Insert> <MiddleMouse>
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue