Skip to content

Instantly share code, notes, and snippets.

@ravshansbox
Last active May 13, 2024 14:41
Show Gist options
  • Save ravshansbox/b9a5926e9a37714f45087ddbd597547c to your computer and use it in GitHub Desktop.
Save ravshansbox/b9a5926e9a37714f45087ddbd597547c to your computer and use it in GitHub Desktop.
set incsearch
set laststatus=2
set noshowmode
set ruler
set termguicolors
set ttimeout ttimeoutlen=0
set viminfo=
call plug#begin()
Plug 'catppuccin/vim'
Plug 'itchyny/lightline.vim'
call plug#end()
colorscheme catppuccin_frappe
let g:lightline = {'colorscheme':'catppuccin_frappe'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment