Skip to content

Commit

Permalink
feat: lspkind
Browse files Browse the repository at this point in the history
  • Loading branch information
erictossell committed Jul 13, 2024
1 parent 58c9e07 commit 4d33a05
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
./goyo.nix
./keymaps.nix
./lsp.nix
./lspkind.nix
./lualine.nix
./luasnip.nix
./markdown.nix
Expand Down
12 changes: 12 additions & 0 deletions config/lspkind.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
plugins.lspkind = {
enable = true;
symbolMap = {
Copilot = "";
};
extraOptions = {
maxwidth = 50;
ellipsis_char = "...";
};
};
}

0 comments on commit 4d33a05

Please sign in to comment.