forked from poz/niksos
nixvim try not to move options for 5 minutes challenge #2
This commit is contained in:
parent
943e6ed2b8
commit
6103c0bc15
1 changed files with 8 additions and 8 deletions
|
@ -29,7 +29,7 @@ in {
|
||||||
transparentBackground = true;
|
transparentBackground = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
options = {
|
opts = {
|
||||||
number = true;
|
number = true;
|
||||||
relativenumber = true;
|
relativenumber = true;
|
||||||
autoread = true;
|
autoread = true;
|
||||||
|
@ -114,12 +114,12 @@ in {
|
||||||
# TODO laytan/cloak.nvim
|
# TODO laytan/cloak.nvim
|
||||||
gitsigns = {
|
gitsigns = {
|
||||||
enable = true;
|
enable = true;
|
||||||
currentLineBlame = true;
|
settings = {
|
||||||
numhl = true;
|
current_line_blame = true;
|
||||||
signcolumn = true;
|
numhl = true;
|
||||||
wordDiff = true;
|
signcolumn = true;
|
||||||
onAttach = {
|
word_diff = true;
|
||||||
function = ''
|
on_attach = ''
|
||||||
function(bufnr)
|
function(bufnr)
|
||||||
local gs = package.loaded.gitsigns
|
local gs = package.loaded.gitsigns
|
||||||
|
|
||||||
|
@ -238,7 +238,7 @@ in {
|
||||||
};
|
};
|
||||||
keymapsSilent = true;
|
keymapsSilent = true;
|
||||||
};
|
};
|
||||||
comment-nvim.enable = true;
|
comment.enable = true;
|
||||||
crates-nvim.enable = true;
|
crates-nvim.enable = true;
|
||||||
harpoon = {
|
harpoon = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue