Skip to content

Commit

Permalink
terminal/editors/neovim: add icons for cmp menu
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jul 10, 2024
1 parent e514fdf commit c57a70f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions modules/home/programs/terminal/editors/neovim/plugins/cmp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -161,19 +161,19 @@ in
enable = true;

menu = {
buffer = "[Buffer]";
calc = "[Calc]";
cmdline = "[Cmdline]";
codeium = "[Codeium]";
emoji = "[Emoji]";
git = "[Git]";
luasnip = "[Snippet]";
neorg = "[Neorg]";
nvim_lsp = "[LSP]";
nvim_lua = "[API]";
path = "[Path]";
spell = "[Spell]";
treesitter = "[TreeSitter]";
buffer = "";
calc = "";
cmdline = "";
codeium = "󱜙";
emoji = "󰞅";
git = "";
luasnip = "󰩫";
neorg = "";
nvim_lsp = "";
nvim_lua = "";
path = "";
spell = "";
treesitter = "󰔱";
};
};
};
Expand Down

0 comments on commit c57a70f

Please sign in to comment.