Nvchad : https://nvchad.com
git clone https://github.com/NvChad/starter ~/.config/nvim && nvim
- Run
:MasonInstallAll
command after lazy.nvim finishes downloading plugins. - Delete the
.git
folder from nvim folder. - Learn customization of ui & base46 from
:h nvui
.
- Run
:Lazy sync
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
git clone https://github.com/yonghun16/vimrc-boilerplate ~
cd ~/vimrc-boilerplate
cp -r nvim ~/.config
- BetterTouchTool : https://folivora.ai/
- preset file :
btt_for_vim.bttpreset
- [Configuration] → [preset] → [import]
- wrap : https://www.warp.dev/
- theme file :
base16_solarized_dark.yaml
-
mkdir -p $HOME/.warp cd $HOME/.warp/ git clone https://github.com/warpdotdev/themes.git cp ~/vimrc-boilerplate/vimbase16_solarized_dark.yaml ~/.warp/themes/base16
- iterm2 : https://iterm2.com/
- json config file :
iterm_for_vim.json
- [setting] → [Profiles] → [Others Actions] → [Import JSON Profiles]
- Cursor : https://www.cursor.com/
- Vimscript file :
keymap_for_cursorAI.vim
- Vim emulation install → (Commend ,) → (vim search) → Vim>vimrc:Path
- formatter.nvim (코드 포맷팅)
- vim-codeium (AI 자동완성)
- vim-pug (pug문법 사용)
- emmet-vim (emmet 문법 사용)
- vim-illuminate (단어 하이라이트)
- vim-lastplace (커서 마지막 위치 저장)
- vim-visual-multi (멀티 커서)
- fzf-lua (fzf 파일 탐색기 보기)
- nvim-navbuddy (코드 네비게이터 보기)
- symbols-outline (코드 아웃라인 보기)
- tagbar (코드 태그 보기)
- JABS.nvim (버퍼 리스트 보기)
- toggleterm.nvim (터미널 보기)
- barbecue.nvim (상단 요소 정보 표시)
- nvim-navic (for barbecue, navbuddy)
- nui.nvim (for navbuddy)