do things

This commit is contained in:
zack 2025-01-09 13:33:20 -05:00
parent 0dc849ff14
commit 5c08802127
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
14 changed files with 503 additions and 457 deletions

View file

@ -8,4 +8,4 @@ if vim.g.neovide then
end
-- in this case.
-- vim.g.lazyvim_blink_main = true
vim.g.lazyvim_blink_main = true

View file

@ -26,7 +26,7 @@ return {
},
{
"catppuccin",
opts = { transparent_background = true, integrations = {
opts = { integrations = {
blink_cmp = true,
} },
},
@ -46,12 +46,6 @@ return {
},
},
},
{
"saghen/blink.cmp",
opts = {
nerd_font_variant = "mono",
},
},
{
"folke/snacks.nvim",
priority = 1000,

View file

@ -38,7 +38,7 @@ in {
catppuccin.enable = false;
enable = true;
defaultEditor = true;
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
# package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
extraLuaPackages = ps: [ps.magick];
extraPackages = with pkgs; [
# Formatters