From 3f5ecccdfb315a69db961c2fff917be7c8df939a Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 6 Jun 2025 10:38:29 -0500 Subject: disable right click menu --- lua/tjk/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/tjk/options.lua b/lua/tjk/options.lua index 4fb9243..9a0dd4d 100644 --- a/lua/tjk/options.lua +++ b/lua/tjk/options.lua @@ -9,6 +9,7 @@ opt.termguicolors = true -- truecolor in terminal emulator, will be disa opt.wrap = false -- disable word wrapping opt.cursorline = true -- highlight current line opt.title = true -- set window title of the terminal emulator to current nvim buffer +vim.cmd.aunmenu "PopUp" -- disable right click menu -- line numbers opt.number = true -- enable line numbers -- cgit v1.2.3