From 5cf8398f55fcdab0bb8bb4ea277b265aab7dd47b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 13 Mar 2025 19:53:37 +0100 Subject: Update --- .vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 20e5b27..ee7b0a1 100644 --- a/.vimrc +++ b/.vimrc @@ -1,15 +1,14 @@ call plug#begin() - Plug 'tpope/vim-commentary' Plug 'tpope/vim-fugitive' + Plug 'tpope/vim-commentary' Plug 'ctrlpvim/ctrlp.vim' Plug 'dense-analysis/ale' - Plug 'mitjafelicijan/ungabunga' call plug#end() set nocompatible laststatus=2 encoding=utf8 spelllang=en_us set number relativenumber autoindent signcolumn=yes cursorline ignorecase set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 -colorscheme ungabunga +colorscheme wildcharm nnoremap :bnext nnoremap :bprevious -- cgit v1.2.3