feat: Change theme from Catppuccin -> GitHub Dark

- Vim, Neovim, Kitty, VS Code, Ghostty, Zed
This commit is contained in:
Pratik Tripathy
2025-09-01 12:16:42 +05:30
parent 85d7c9eaa1
commit b7f5eec5ea
10 changed files with 75 additions and 128 deletions

View File

@@ -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)