Compare commits

..

3 Commits

Author SHA1 Message Date
29cd1e771b
refactor(hm/price): remove nixpkgs config
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
2024-12-22 17:40:53 -06:00
7ca043bf5f
fix(nvim): properly get markview state for toggling 2024-12-22 17:40:53 -06:00
4403c8c140
fix(nvim): make blink.cmp correctly complete command line 2024-12-22 17:40:53 -06:00

View File

@ -53,7 +53,7 @@ return {
["<CR>"] = {
function(cmp)
if vim.api.nvim_get_mode().mode:lower() == "c" then
return cmp.select_and_accept({
return cmp.accept({
callback = function()
vim.api.nvim_feedkeys(
vim.api.nvim_replace_termcodes("<CR>", true, true, true),