윈도우 프로그래밍

Window 10 에서 Neovim 사용하기

공부운동 2021. 8. 21. 12:51

https://github.com/neovim/neovim/wiki/Installing-Neovim

 

GitHub - neovim/neovim: Vim-fork focused on extensibility and usability

Vim-fork focused on extensibility and usability. Contribute to neovim/neovim development by creating an account on GitHub.

github.com

 

  • init.vim ("vimrc"): If you already have Vim installed you can copy %userprofile%\_vimrc to %userprofile%\AppData\Local\nvim\init.vim to use your Vim config with Neovim.
  • ginit.vim

 

▶ ginit.vim 파일을 수정하여 폰트 크기 변경하기

https://jdhao.github.io/2019/01/17/nvim_qt_settings_on_windows/

 

Nvim-qt Settings on Windows 10

To run Neovim on Windows, you can either use the terminal Neovim or use a GUI for Neovim. If you use terminal Nvim, you may encounter various annoying issues. Based on my experience, I recommend you using a GUI client for Nvim instead of the terminal one.

jdhao.github.io

 

▶vim-plug 사용하기

https://jdhao.github.io/2018/11/15/neovim_configuration_windows/

 

Neovim configuration on Windows 10

update: 2020-11-15, add detailed instruction for Neovim config location. TL;DR: After nearly one year of using Neovim on Windows, I find that the best experience one can get on Windows is to use GUI Neovim client such as Nvim-qt or fvim, not the terminal N

jdhao.github.io

 

▶ clang 설치

https://vl0011.tistory.com/16

 

Clang Windows 설치하기

이사갔습니다. 서버부터 만들어보고싶어서 Ghost라는 설치형 블로그를 사용해서 밑바닥부터 만들었읍니다. 애용해주세요 구글 애드센스 달고싶어요 https://vompressor.com vompressor 이것저것 찌거린

vl0011.tistory.com

 

 

▶ 복붙 가능하도록 환경 설정

https://stackoverflow.com/questions/67205353/clipboard-not-shared-between-wsl-and-windows-10-neovim

 

Clipboard not shared between wsl and windows 10 neovim

I have a problem when using the paper clip in wsl, when using neovim when pressing yy to copy a line I can only paste it in neovim, but what I would like to do is paste it without any complications...

stackoverflow.com