Skip to content

Instantly share code, notes, and snippets.

@ravshansbox
Last active April 24, 2024 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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', {'as': 'catppuccin'}
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