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;
|
||||
};
|
||||
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue