move mouse shame to options
This commit is contained in:
parent
a5ff60bc9e
commit
12543ad3eb
2 changed files with 11 additions and 11 deletions
11
init.lua
11
init.lua
|
@ -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>
|
||||
]])
|
||||
|
|
|
@ -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>
|
||||
]])
|
||||
|
|
Loading…
Reference in a new issue