move mouse shame to options

main
Zynh Ludwig 2024-05-29 13:57:55 -07:00
parent a5ff60bc9e
commit 12543ad3eb
2 changed files with 11 additions and 11 deletions

View File

@ -2,14 +2,3 @@
require("config.lazy")
vim.g.editorconfig = true
vim.cmd([[
filetype plugin on
filetype indent off
aunmenu PopUp.How-to\ disable\ mouse
" replacing the default disable mouse menu with shame >:(
" aunmenu PopUp.-1-
anoremenu PopUp.Stinky\ Mouse\ User\ >:( <Nop>
]])

View File

@ -13,3 +13,14 @@ vim.filetype.add({
mdx = "markdown",
},
})
vim.cmd([[
filetype plugin on
filetype indent off
aunmenu PopUp.How-to\ disable\ mouse
" replacing the default disable mouse menu with shame >:(
" aunmenu PopUp.-1-
anoremenu PopUp.Stinky\ Mouse\ User\ >:( <Nop>
]])