From 993b580ec5ea47a8f7d5b1d84556d6f27dc6a22c Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 24 Jul 2025 07:50:52 -0400 Subject: update neovim colorscheme --- .vimrc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 5d3a1ba..a979549 100644 --- a/.vimrc +++ b/.vimrc @@ -1,5 +1,4 @@ set termguicolors -colorscheme catppuccin_macchiato syntax on set nu @@ -11,6 +10,7 @@ set shiftwidth=4 set expandtab set smartindent +set autoindent set nohlsearch set incsearch @@ -20,6 +20,9 @@ set signcolumn=no set cursorline set cursorlineopt=number +set ignorecase +set smartcase + let mapleader = ' ' vnoremap :m '>+1gv=gv @@ -33,4 +36,11 @@ noremap J mzJ`z noremap o o noremap O O -noremap Q +call plug#begin() + +" List your plugins here +Plug 'dylanaraps/wal.vim' + +call plug#end() + +colorscheme wal -- cgit v1.3