diff --git a/data/newsboat/urls b/data/newsboat/urls index 9f80274..56b1a13 100644 --- a/data/newsboat/urls +++ b/data/newsboat/urls @@ -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 diff --git a/data/nvim/init.lua b/data/nvim/init.lua index c7b4841..771a272 100644 --- a/data/nvim/init.lua +++ b/data/nvim/init.lua @@ -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 = "", force_fallback = "",