config(nvim): remove annoying

main
sudo pacman -Syu 2024-03-18 18:43:15 +07:00
parent b68d432904
commit fca5cfc8e2
2 changed files with 7 additions and 4 deletions

View File

@ -39,6 +39,9 @@ https://github.com/jenskutilek/sudo-font/commits/master.atom "~sudo-font"
https://github.com/rsms/inter/commits/master.atom "~inter"
https://github.com/subframe7536/maple-font/commits/main.atom "~maple-font"
https://github.com/AsahiLinux/asahi-installer/commits/main.atom "~asahi-installer"
https://github.com/AsahiLinux/m1n1/commits/main.atom "~asahi-m1n1"
http://googletesting.blogspot.com/atom.xml
https://dotfyle.com/this-week-in-neovim/rss.xml
https://go.dev/blog/feed.atom

View File

@ -36,6 +36,10 @@ vim.opt.mouse = "a"
vim.opt.mousemodel = "popup"
vim.opt.mousescroll = "ver:4,hor:6"
-- Annoying
vim.cmd([[aunmenu PopUp.How-to\ disable\ mouse]])
vim.cmd([[aunmenu PopUp.-1-]])
-- Workaround
-- https://github.com/neovim/neovim/issues/16416
-- https://github.com/rafamadriz/dotfiles/commit/1298a91558a7def5866ebee3a0b13899a6d1a78e
@ -366,10 +370,6 @@ require("lazy").setup({
-- https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-completion.md
require("mini.completion").setup({
window = {
info = { height = 8, width = 40, border = "rounded" },
signature = { height = 8, width = 40, border = "rounded" },
},
mappings = {
force_twostep = "<C-Space>",
force_fallback = "",