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
- iterm2 : https://iterm2.com/
- json config file :
iterm_for_vim.json
- [setting] → [Profiles] → [Others Actions] → [Import JSON Profiles]
- 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
- Cursor : https://www.cursor.com/
- Vimscript file :
keymap_for_cursorAI.vim
- Vim emulation install → (Commend ,) → (vim search) → Vim>vimrc:Path
- BetterTouchTool : https://folivora.ai/
- preset file :
btt_for_vim.bttpreset
- [Configuration] → [preset] → [import]
- Gureum : https://gureum.io/
- Config
- 로마자로만 바꾸기 단축키 : ^C (ESC 단축키)
- 오른쪽 키로 언어 전환 : Command
- 한글 입력기 설정 : 모아치기, MS윈도호환, JDK호환, vi모드,
- vim-windserf (AI 자동완성)
- vim-visual-multi (멀티 커서)
- vim-illuminate (단어 하이라이트)
- vim-lastplace (커서 마지막 위치 저장)
- formatter.nvim (코드 포맷팅)
- vim-snippets (코드 스니펫)
- vim-pug (pug문법 사용)
- emmet-vim (emmet 문법 사용)
- fzf-lua (fzf 파일 탐색기 보기)
- nvim-navbuddy (코드 네비게이터 보기)
- symbols-outline (코드 아웃라인 보기)
- tagbar (코드 태그 보기)
- JABS.nvim (버퍼 리스트 보기)
- toggleterm.nvim (터미널 보기)
- barbecue.nvim (상단 요소 정보 표시)
- nvim-navic (for barbecue, navbuddy)
- nui.nvim (for navbuddy)