Skip to content

Commit

Permalink
config(nvim): tweak blink
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Oct 29, 2024
1 parent 688b9b8 commit b4aad15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/newsboat/urls
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ https://www.theremingoat.com/blog?format=rss
http://matt3o.com/feed/
https://josef-adamcik.cz/feed.xml

https://developer.apple.com/news/releases/rss/releases.rss
https://rsshub.app/amazon/kindle/software-updates

https://nyaa.si/?f=0&c=1_2&q=doraemon+movie&page=rss "~Doraemon movie"
Expand Down
5 changes: 5 additions & 0 deletions data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ require("lazy").setup({
keymap = {
select_and_accept = { "<CR>" },
},
trigger = {
completion = {
show_on_insert_on_trigger_character = false,
},
},
windows = {
autocomplete = {
auto_show = false,
Expand Down

0 comments on commit b4aad15

Please sign in to comment.