16 lines
330 B
Lua
16 lines
330 B
Lua
-- bootstrap lazy.nvim, LazyVim and your plugins
|
|
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>
|
|
]])
|