Some vim changes
This commit is contained in:
parent
721c1aa758
commit
0aba1fae2c
3 changed files with 2948 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ set tabstop=4
|
|||
set number
|
||||
set relativenumber
|
||||
|
||||
" colorscheme nord-light
|
||||
set conceallevel=2
|
||||
|
||||
" Add mouse support
|
||||
|
|
@ -42,11 +41,14 @@ call plug#begin('~/.vim/plugged')
|
|||
|
||||
Plug 'dense-analysis/ale'
|
||||
Plug 'https://github.com/vifm/vifm.vim.git'
|
||||
Plug 'catppuccin/vim', { 'as': 'catppuccin' }
|
||||
|
||||
call plug#end()
|
||||
|
||||
" }}}
|
||||
|
||||
colorscheme catppuccin_mocha_mod
|
||||
|
||||
" AUTOMATIC STUFF ------------------------------------------------------- {{{
|
||||
|
||||
if has("autocmd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue