nixvim try not to move options for 5 minutes challenge #2

This commit is contained in:
jacekpoz 2024-04-03 20:05:24 +02:00
parent 943e6ed2b8
commit 6103c0bc15
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -29,7 +29,7 @@ in {
transparentBackground = true;
};
options = {
opts = {
number = true;
relativenumber = true;
autoread = true;
@ -114,12 +114,12 @@ in {
# TODO laytan/cloak.nvim
gitsigns = {
enable = true;
currentLineBlame = true;
numhl = true;
signcolumn = true;
wordDiff = true;
onAttach = {
function = ''
settings = {
current_line_blame = true;
numhl = true;
signcolumn = true;
word_diff = true;
on_attach = ''
function(bufnr)
local gs = package.loaded.gitsigns
@ -238,7 +238,7 @@ in {
};
keymapsSilent = true;
};
comment-nvim.enable = true;
comment.enable = true;
crates-nvim.enable = true;
harpoon = {
enable = true;