diff options
-rw-r--r-- | lua/tjk/options.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |