refactor
This commit is contained in:
parent
d516a6e283
commit
04fdbf9d61
16 changed files with 72 additions and 335 deletions
|
|
@ -18,7 +18,7 @@ with lib;
|
|||
default = "latte";
|
||||
description = "Catppuccin theme variant for k9s.";
|
||||
};
|
||||
lsp_jobb = mkEnableOption "enable jobb lsps";
|
||||
lsp_jobb = mkEnableOption "enable jobb lsps";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -32,6 +32,11 @@ with lib;
|
|||
enable = true;
|
||||
settings = {
|
||||
flavour = config.nixvim.theme;
|
||||
integrations = {
|
||||
telescope = true;
|
||||
treesitter = true;
|
||||
cmp = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -181,7 +186,6 @@ with lib;
|
|||
|
||||
lualine = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
options.theme = "catppuccin";
|
||||
tabline = {
|
||||
|
|
@ -190,16 +194,12 @@ with lib;
|
|||
"branch"
|
||||
"diagnostics"
|
||||
];
|
||||
lualine_c = [ ];
|
||||
lualine_x = [ ];
|
||||
lualine_y = [ "buffers" ];
|
||||
lualine_z = [ ];
|
||||
|
||||
};
|
||||
inactive_sections = {
|
||||
lualine_a = [];
|
||||
lualine_b = [];
|
||||
lualine_c = [];
|
||||
lualine_x = [];
|
||||
lualine_y = [];
|
||||
lualine_z = [];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -289,16 +289,16 @@ with lib;
|
|||
};
|
||||
};
|
||||
enableMan = false;
|
||||
# autoCmd = [
|
||||
# {
|
||||
# event = [
|
||||
# "BufRead"
|
||||
# "BufNewFile"
|
||||
# ];
|
||||
# pattern = "*.{md,typ}";
|
||||
# callback = "vim.opt_local.spell = true";
|
||||
# }
|
||||
# ];
|
||||
autoCmd = [
|
||||
{
|
||||
event = [
|
||||
"BufRead"
|
||||
"BufNewFile"
|
||||
];
|
||||
pattern = "*.{md,typ}";
|
||||
command = "setlocal spell spelllang=en";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue