2023-05-13 00:45:08 +00:00
|
|
|
-- bootstrap lazy.nvim, LazyVim and your plugins
|
|
|
|
require("config.lazy")
|
2023-11-07 09:29:53 +00:00
|
|
|
|
2024-01-31 22:40:43 +00:00
|
|
|
vim.g.editorconfig = true
|
2024-02-03 21:46:12 +00:00
|
|
|
|
|
|
|
vim.cmd([[
|
|
|
|
filetype plugin on
|
|
|
|
filetype indent off
|
|
|
|
|
|
|
|
aunmenu PopUp.How-to\ disable\ mouse
|
2024-03-11 03:39:32 +00:00
|
|
|
|
|
|
|
" replacing the default disable mouse menu with shame >:(
|
|
|
|
" aunmenu PopUp.-1-
|
|
|
|
anoremenu PopUp.Stinky\ Mouse\ User\ >:( <Nop>
|
2024-02-03 21:46:12 +00:00
|
|
|
]])
|