reformat vim settings, and better mouse menu
This commit is contained in:
parent
8b140311b0
commit
f46a968012
1 changed files with 8 additions and 2 deletions
10
init.lua
10
init.lua
|
@ -2,8 +2,14 @@
|
|||
require("config.lazy")
|
||||
|
||||
vim.g.editorconfig = true
|
||||
vim.cmd("filetype plugin on")
|
||||
vim.cmd("filetype indent off")
|
||||
|
||||
vim.cmd([[
|
||||
filetype plugin on
|
||||
filetype indent off
|
||||
|
||||
aunmenu PopUp.How-to\ disable\ mouse
|
||||
aunmenu PopUp.-1-
|
||||
]])
|
||||
|
||||
if vim.loader then
|
||||
vim.loader.enable()
|
||||
|
|
Loading…
Reference in a new issue