WindowEnv : neovide removed

This commit is contained in:
2021-11-19 10:32:34 +09:00
parent 4efcbc84d9
commit 6fea23b530
2 changed files with 6 additions and 3 deletions

View File

@ -875,6 +875,9 @@ https://emacs.stackexchange.com/a/30691
(add-to-list 'org-structure-template-alist '("cp" . "src c++"))
(add-to-list 'org-structure-template-alist '("rs" . "src rust"))
(add-to-list 'org-structure-template-alist '("py" . "src python"))
(add-to-list 'org-structure-template-alist '("oc" . "src octave"))
(add-to-list 'org-structure-template-alist '("vl" . "src verilog"))
(add-to-list 'org-structure-template-alist '("vh" . "src vhdl"))
(org-reload))
;; ODT export to docx

View File

@ -48,7 +48,7 @@ windows에서 기본으로 제공하는 openssh는 proxycommand등의 기능이
*** Neovim
#+begin_src shell
choco install neovim neovide -y
choco install neovim -y
choco install ctags -y
cp -r $HOME/.dotfiles/.config/nvim $HOME/AppData/Local
#+end_src
@ -60,8 +60,8 @@ Context 메뉴 추가
#+begin_src shell
# Edit with neovim context menu
reg add HKEY_CLASSES_ROOT\*\shell\NeoVim /t REG_SZ /d "Edit with NeoVim..." /f
reg add HKEY_CLASSES_ROOT\*\shell\NeoVim /v Icon /t REG_SZ /d "C:\ProgramData\chocolatey\bin\neovide.exe" /f
reg add HKEY_CLASSES_ROOT\*\shell\NeoVim\Command /t REG_SZ /d "C:\ProgramData\chocolatey\bin\neovide.exe """"%1""""" /f
reg add HKEY_CLASSES_ROOT\*\shell\NeoVim /v Icon /t REG_SZ /d "C:\tools\neovim\Neovim\nvim-qt.exe" /f
reg add HKEY_CLASSES_ROOT\*\shell\NeoVim\Command /t REG_SZ /d "C:\tools\neovim\Neovim\nvim-qt.exe """"%1""""" /f
#+end_src
Plugin Manager 설치