added border leave/exit and moved over to BlexMono Font
This commit is contained in:
@@ -46,6 +46,9 @@ Plug 'mattn/emmet-vim'
|
||||
" Code Folding
|
||||
Plug 'tmhedberg/SimpylFold'
|
||||
|
||||
" Indent Blanklines
|
||||
Plug 'lukas-reineke/indent-blankline.nvim'
|
||||
|
||||
" Writing
|
||||
Plug 'junegunn/goyo.vim'
|
||||
Plug 'lervag/vimtex'
|
||||
@@ -196,3 +199,6 @@ let g:vimwiki_list = [{
|
||||
|
||||
" Vimwiki
|
||||
nnoremap <leader>T :VimwikiTable<CR>
|
||||
|
||||
autocmd VimLeave * :silent !kitty @ set-spacing padding=20 margin=20
|
||||
autocmd VimEnter * :silent !kitty @ set-spacing padding=0 margin=0
|
||||
|
||||
Reference in New Issue
Block a user