config(nvim): remove annoying
parent
b68d432904
commit
fca5cfc8e2
|
@ -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/rsms/inter/commits/master.atom "~inter"
|
||||||
https://github.com/subframe7536/maple-font/commits/main.atom "~maple-font"
|
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
|
http://googletesting.blogspot.com/atom.xml
|
||||||
https://dotfyle.com/this-week-in-neovim/rss.xml
|
https://dotfyle.com/this-week-in-neovim/rss.xml
|
||||||
https://go.dev/blog/feed.atom
|
https://go.dev/blog/feed.atom
|
||||||
|
|
|
@ -36,6 +36,10 @@ vim.opt.mouse = "a"
|
||||||
vim.opt.mousemodel = "popup"
|
vim.opt.mousemodel = "popup"
|
||||||
vim.opt.mousescroll = "ver:4,hor:6"
|
vim.opt.mousescroll = "ver:4,hor:6"
|
||||||
|
|
||||||
|
-- Annoying
|
||||||
|
vim.cmd([[aunmenu PopUp.How-to\ disable\ mouse]])
|
||||||
|
vim.cmd([[aunmenu PopUp.-1-]])
|
||||||
|
|
||||||
-- Workaround
|
-- Workaround
|
||||||
-- https://github.com/neovim/neovim/issues/16416
|
-- https://github.com/neovim/neovim/issues/16416
|
||||||
-- https://github.com/rafamadriz/dotfiles/commit/1298a91558a7def5866ebee3a0b13899a6d1a78e
|
-- 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
|
-- https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-completion.md
|
||||||
require("mini.completion").setup({
|
require("mini.completion").setup({
|
||||||
window = {
|
|
||||||
info = { height = 8, width = 40, border = "rounded" },
|
|
||||||
signature = { height = 8, width = 40, border = "rounded" },
|
|
||||||
},
|
|
||||||
mappings = {
|
mappings = {
|
||||||
force_twostep = "<C-Space>",
|
force_twostep = "<C-Space>",
|
||||||
force_fallback = "",
|
force_fallback = "",
|
||||||
|
|
Loading…
Reference in New Issue