mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
feat: Change theme from Catppuccin -> GitHub Dark
- Vim, Neovim, Kitty, VS Code, Ghostty, Zed
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
" THEME
|
||||
let g:lightline = { 'colorscheme': 'onedark' }
|
||||
colorscheme onedark
|
||||
|
||||
" NERDTree Plugin configurations
|
||||
let g:NERDTreeShowHidden = 1
|
||||
let g:NERDTreeWinSize = 25
|
||||
|
||||
" Map nerdtree to <Leader>e
|
||||
" Changes the pwd and opens the VCS root
|
||||
" Placed here because ideavim doesn't understand :tcd
|
||||
nnoremap <leader>e :tcd %:h<CR> :NERDTreeToggleVCS<CR>
|
||||
|
||||
" Map easymotion Plugin to <Leader>j
|
||||
nnoremap <leader>j <Plug>(easymotion-s)
|
||||
|
||||
|
||||
@@ -18,10 +18,10 @@ call plug#begin('~/.vim/plugged')
|
||||
Plug 'michaeljsmith/vim-indent-object' " ai, ii, aI, iI <- select indent
|
||||
Plug 'unblevable/quick-scope' " f, t <- Highlight unique letter on the line
|
||||
Plug 'mg979/vim-visual-multi' " <Ctrl+n>
|
||||
Plug 'sheerun/vim-polyglot' " Syntanx highlighting for many languages
|
||||
|
||||
"------------Style Plugins------------"
|
||||
" Status Styles
|
||||
Plug 'itchyny/lightline.vim'
|
||||
Plug 'tyrannicaltoucan/vim-deep-space'
|
||||
Plug 'catppuccin/vim', { 'as': 'catppuccin' }
|
||||
Plug 'joshdick/onedark.vim'
|
||||
call plug#end()
|
||||
|
||||
@@ -19,18 +19,8 @@ source $VIMDIR/autocommands.vim
|
||||
" Save session files to $HOME/.vim/session directory
|
||||
let g:session_dir="$VIMDIR/session"
|
||||
|
||||
""""""""""""""""""""""""""""""""
|
||||
"
|
||||
" THEME
|
||||
"
|
||||
""""""""""""""""""""""""""""""""
|
||||
let g:lightline = { 'colorscheme': 'catppuccin_mocha' }
|
||||
colorscheme catppuccin_mocha
|
||||
|
||||
""""""""""""""""""""""""""""""""
|
||||
"
|
||||
" VIM SPECIFIC CONFIG
|
||||
"
|
||||
" Vim-only configs
|
||||
" Placed here cause Nvim sources the config.vim
|
||||
""""""""""""""""""""""""""""""""
|
||||
|
||||
" Move the .viminfo file inside .vim directory
|
||||
|
||||
Reference in New Issue
Block a user