Skip to content

Commit

Permalink
fix: cmp ordering settings
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-cpp committed Jan 2, 2025
1 parent 3a73373 commit e3af795
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/ghostty/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vim: commentstring=#\ %s
window-padding-color = background
font-family = "FiraCode Nerd Font"
font-family = "RecMonoDuotone Nerd Font"
font-feature = -liga
theme = "catppuccin-mocha"

Expand Down
1 change: 1 addition & 0 deletions .config/lazygit/state.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
lastupdatecheck: 0
recentrepos:
- /home/shubham/Documents/dotfiles
- /home/shubham/Documents/Programming/WebDev/social-media-manager-app
- /home/shubham/Documents/Programming/WebDev/invoice-genrator-nextjs
- /home/shubham/Documents/Programming/WebDev/invoice-generator-sveltekit
- /home/shubham/Documents/Programming/WebDev/vue3-chrome-ai
Expand Down
6 changes: 2 additions & 4 deletions .config/nvim/lua/plugins/nvim-cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -285,14 +285,12 @@ return {
comparators = {
deprio(types.lsp.CompletionItemKind.Text),
compare.exact,
compare.offset,
compare.recently_used,
compare.score,
compare.offset,
compare.kind,
compare.recently_used,
compare.length,
compare.locality,
compare.order,
compare.sort_text,
},
},
---@diagnostic disable-next-line: missing-fields
Expand Down

0 comments on commit e3af795

Please sign in to comment.