Skip to content

Commit

Permalink
chore(nvim): prepare for setting icons
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 22, 2024
1 parent 130e024 commit 544c772
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nvim-fredrik/lua/fredrik/plugins/core/blink.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ return {
opts = {

keymap = require("fredrik.config.keymaps").setup_blink_cmp_keymaps(),

completion = {
list = {
selection = "manual",
Expand All @@ -29,7 +28,9 @@ return {
signature = {
enabled = false, -- experimental, and already provided by noice
},

-- appearance = {
-- kind_icons = require("fredrik.utils.icons").icons,
-- },
-- default list of enabled providers defined so that you can extend it
-- elsewhere in your config, without redefining it, via `opts_extend`
sources = {
Expand Down

0 comments on commit 544c772

Please sign in to comment.