Merge branch 'main'
This commit is contained in:
commit
b00e45172c
@ -7,6 +7,9 @@ window:
|
|||||||
decorations: None
|
decorations: None
|
||||||
opacity: 0.8
|
opacity: 0.8
|
||||||
|
|
||||||
|
env:
|
||||||
|
TERM: xterm-256color
|
||||||
|
|
||||||
key_bindings:
|
key_bindings:
|
||||||
- { key: V, mods: Alt, action: Paste } # Alt+V Paste
|
- { key: V, mods: Alt, action: Paste } # Alt+V Paste
|
||||||
- { key: C, mods: Alt, action: Copy } # Alt+C Copy
|
- { key: C, mods: Alt, action: Copy } # Alt+C Copy
|
||||||
@ -39,7 +42,7 @@ draw_bold_text_with_bright_colors: true
|
|||||||
|
|
||||||
bell:
|
bell:
|
||||||
animation: EaseOutExpo
|
animation: EaseOutExpo
|
||||||
color: '0xffffff'
|
color: '0x282828'
|
||||||
duration: 1
|
duration: 1
|
||||||
|
|
||||||
mouse:
|
mouse:
|
||||||
|
@ -36,6 +36,7 @@ call plug#begin("~/.local/share/nvim/site/autoload/plugged")
|
|||||||
Plug 'https://github.com/907th/vim-auto-save.git'
|
Plug 'https://github.com/907th/vim-auto-save.git'
|
||||||
Plug 'https://github.com/alvan/vim-closetag'
|
Plug 'https://github.com/alvan/vim-closetag'
|
||||||
Plug 'vim-airline/vim-airline'
|
Plug 'vim-airline/vim-airline'
|
||||||
|
Plug 'https://github.com/github/copilot.vim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
let g:vimtex_view_method = 'zathura'
|
let g:vimtex_view_method = 'zathura'
|
||||||
|
@ -16,3 +16,4 @@ alias s=""
|
|||||||
alias vnim="nvim"
|
alias vnim="nvim"
|
||||||
alias daos="doas "
|
alias daos="doas "
|
||||||
alias celar="clear"
|
alias celar="clear"
|
||||||
|
alias gti="git"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user