lix/cachix
This commit is contained in:
parent
9fe35e28a4
commit
3c758d5346
8 changed files with 732 additions and 1040 deletions
|
|
@ -163,7 +163,7 @@ in
|
|||
lsp-format.enable = true;
|
||||
fugitive.enable = false;
|
||||
lspkind.enable = true;
|
||||
crates-nvim.enable = true;
|
||||
crates.enable = true;
|
||||
fidget.enable = true;
|
||||
cmp.enable = true;
|
||||
nvim-autopairs.enable = true;
|
||||
|
|
@ -257,36 +257,36 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# git-conflict = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# default_mappings = {
|
||||
# both = "<leader>cb";
|
||||
# none = "<leader>c0";
|
||||
# ours = "<leader>co";
|
||||
# prev = "]x";
|
||||
# next = "[x";
|
||||
# theirs = "<leader>ct";
|
||||
# };
|
||||
# disable_diagnostics = false;
|
||||
# highlights = {
|
||||
# current = "DiffText";
|
||||
# incoming = "DiffAdd";
|
||||
# };
|
||||
# list_opener = "conflicts";
|
||||
# };
|
||||
# };
|
||||
# gitsigns = {
|
||||
# enable = true;
|
||||
#
|
||||
# settings = {
|
||||
# current_line_blame = true;
|
||||
# current_line_blame_opts = {
|
||||
# virt_text = true;
|
||||
# virt_text_pos = "eol";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
git-conflict = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default_mappings = {
|
||||
both = "<leader>cb";
|
||||
none = "<leader>c0";
|
||||
ours = "<leader>co";
|
||||
prev = "]x";
|
||||
next = "[x";
|
||||
theirs = "<leader>ct";
|
||||
};
|
||||
disable_diagnostics = false;
|
||||
highlights = {
|
||||
current = "DiffText";
|
||||
incoming = "DiffAdd";
|
||||
};
|
||||
list_opener = "conflicts";
|
||||
};
|
||||
};
|
||||
gitsigns = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
current_line_blame = true;
|
||||
current_line_blame_opts = {
|
||||
virt_text = true;
|
||||
virt_text_pos = "eol";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
lspsaga = {
|
||||
enable = true;
|
||||
|
|
@ -322,10 +322,10 @@ in
|
|||
rust-analyzer = {
|
||||
inlayHints = {
|
||||
lifetimeElisionHints.enable = "always";
|
||||
expressionAdjustmentHints = {
|
||||
enable = "always";
|
||||
mode = "prefer_postfix";
|
||||
};
|
||||
# expressionAdjustmentHints = {
|
||||
# enable = "always";
|
||||
# mode = "prefer_postfix";
|
||||
# };
|
||||
discriminantHints.enable = "always";
|
||||
};
|
||||
# check = {
|
||||
|
|
@ -567,9 +567,11 @@ in
|
|||
|
||||
floaterm = {
|
||||
enable = true;
|
||||
opener = "edit";
|
||||
width = 0.8;
|
||||
height = 0.8;
|
||||
settings = {
|
||||
opener = "edit";
|
||||
width = 0.8;
|
||||
height = 0.8;
|
||||
};
|
||||
};
|
||||
telescope = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue