Skip to content

Commit

Permalink
config(nvim): new blink.cmp config
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Dec 5, 2024
1 parent 032947f commit 8afa3af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion data/newsboat/urls
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ https://0pointer.net/blog/index.atom
https://100r.co/links/rss.xml
https://andrewkelley.me/rss.xml
https://apenwarr.ca/log/rss.php
https://blog.codinghorror.com/rss/
https://brandur.org/articles.atom
https://brandur.org/fragments.atom
https://daniel.haxx.se/blog/feed/
Expand All @@ -48,7 +49,6 @@ https://lobste.rs/t/performance,databases,cryptography,design,c,go,linux,mac.rss
https://www.undeadly.org/cgi?action=rss
https://googleprojectzero.blogspot.com/feeds/posts/default
https://blog.trailofbits.com/feed/
https://commoncog.com/rss

https://github.com/caksoylar/keymap-drawer/commits/main.atom "~keymap-drawer"
https://github.com/qmk/qmk_firmware/commits/develop.atom "~qmk_firmware/develop"
Expand Down
15 changes: 5 additions & 10 deletions data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -211,18 +211,13 @@ require("lazy").setup({
preset = "default",
["<CR>"] = { "select_and_accept", "fallback" },
},
trigger = {
completion = {
show_on_accept_on_trigger_character = false,
show_on_insert_on_trigger_character = false,
completion = {
trigger = {
show_in_snippet = false,
show_on_keyword = false,
show_on_trigger_character = false,
},
},
windows = {
autocomplete = {
auto_show = false,
},
},
nerd_font_variant = "mono",
},
},

Expand Down

0 comments on commit 8afa3af

Please sign in to comment.