Skip to content

Instantly share code, notes, and snippets.

View vonguyenminhtu2504's full-sized avatar

MinhTu VoNguyen vonguyenminhtu2504

View GitHub Profile
@vonguyenminhtu2504
vonguyenminhtu2504 / Add_Neovim_to_context_menu.reg
Last active October 27, 2023 14:03
This Add_Neovim_to_context_menu.reg will add both Neovim and Neovim-Qt to file, directory, and background context menu (if you install Neovim as administrator, it should be at C:\Program Files\Neovim, otherwise please change the "C:\Program Files\Neovim" to your current Neovim directory (remember the double-backslash)):
Windows Registry Editor Version 5.00
;; This .reg file is to add Neovim to the context menu (right-click menu) on Windows
;; You can download this .reg file at: https://gist.github.com/vonguyenminhtu2504/1264f94bd6508052a6c0f54e514228b6
;; Thanks for this post: https://github.com/neovim/neovim/issues/7222
;; Neovim Qt