mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
WindowEnv : neovide removed
This commit is contained in:
@ -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 '("cp" . "src c++"))
|
||||||
(add-to-list 'org-structure-template-alist '("rs" . "src rust"))
|
(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 '("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))
|
(org-reload))
|
||||||
|
|
||||||
;; ODT export to docx
|
;; ODT export to docx
|
||||||
|
|||||||
@ -48,7 +48,7 @@ windows에서 기본으로 제공하는 openssh는 proxycommand등의 기능이
|
|||||||
|
|
||||||
*** Neovim
|
*** Neovim
|
||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
choco install neovim neovide -y
|
choco install neovim -y
|
||||||
choco install ctags -y
|
choco install ctags -y
|
||||||
cp -r $HOME/.dotfiles/.config/nvim $HOME/AppData/Local
|
cp -r $HOME/.dotfiles/.config/nvim $HOME/AppData/Local
|
||||||
#+end_src
|
#+end_src
|
||||||
@ -60,8 +60,8 @@ Context 메뉴 추가
|
|||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
# Edit with neovim context menu
|
# 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 /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 /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:\ProgramData\chocolatey\bin\neovide.exe """"%1""""" /f
|
reg add HKEY_CLASSES_ROOT\*\shell\NeoVim\Command /t REG_SZ /d "C:\tools\neovim\Neovim\nvim-qt.exe """"%1""""" /f
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Plugin Manager 설치
|
Plugin Manager 설치
|
||||||
|
|||||||
Reference in New Issue
Block a user