mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 21:50:33 +01:00
comment-nvim; lsp rename
This commit is contained in:
parent
637d16e3f5
commit
ae3d65356b
|
@ -27,6 +27,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
dir = "~/Documents/Obsidian Vault/";
|
dir = "~/Documents/Obsidian Vault/";
|
||||||
};
|
};
|
||||||
|
comment-nvim = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
indent-blankline.enable = true;
|
indent-blankline.enable = true;
|
||||||
lualine.enable = true;
|
lualine.enable = true;
|
||||||
lsp-format = {enable = true;};
|
lsp-format = {enable = true;};
|
||||||
|
@ -338,6 +341,15 @@
|
||||||
key = "<leader>Y";
|
key = "<leader>Y";
|
||||||
action = ''[["+Y]]'';
|
action = ''[["+Y]]'';
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
mode = ["n"];
|
||||||
|
key = "<leader>sr";
|
||||||
|
action = '' function()
|
||||||
|
vim.lsp.buf.rename()
|
||||||
|
end
|
||||||
|
'';
|
||||||
|
lua = true;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue