config(nvim): tweak blink
parent
688b9b844c
commit
b4aad1563a
|
@ -59,6 +59,7 @@ https://www.theremingoat.com/blog?format=rss
|
||||||
http://matt3o.com/feed/
|
http://matt3o.com/feed/
|
||||||
https://josef-adamcik.cz/feed.xml
|
https://josef-adamcik.cz/feed.xml
|
||||||
|
|
||||||
|
https://developer.apple.com/news/releases/rss/releases.rss
|
||||||
https://rsshub.app/amazon/kindle/software-updates
|
https://rsshub.app/amazon/kindle/software-updates
|
||||||
|
|
||||||
https://nyaa.si/?f=0&c=1_2&q=doraemon+movie&page=rss "~Doraemon movie"
|
https://nyaa.si/?f=0&c=1_2&q=doraemon+movie&page=rss "~Doraemon movie"
|
||||||
|
|
|
@ -210,6 +210,11 @@ require("lazy").setup({
|
||||||
keymap = {
|
keymap = {
|
||||||
select_and_accept = { "<CR>" },
|
select_and_accept = { "<CR>" },
|
||||||
},
|
},
|
||||||
|
trigger = {
|
||||||
|
completion = {
|
||||||
|
show_on_insert_on_trigger_character = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
windows = {
|
windows = {
|
||||||
autocomplete = {
|
autocomplete = {
|
||||||
auto_show = false,
|
auto_show = false,
|
||||||
|
|
Loading…
Reference in New Issue