nixvim wip
This commit is contained in:
parent
c7b97b23ae
commit
b94f603aa7
@ -1,15 +1,24 @@
|
|||||||
{
|
{
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
web-devicons.enable = true;
|
web-devicons.enable = true;
|
||||||
which-key.enable = true;
|
which-key.enable = true;
|
||||||
gitsigns.enable = true;
|
gitsigns.enable = true;
|
||||||
trouble.enable = true;
|
trouble.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
# Color schemes managed by stylix! :D
|
# Color schemes managed by stylix! :D
|
||||||
|
|
||||||
|
opts = {
|
||||||
|
relativenumber = true;
|
||||||
|
clipboard = "unnamedplus";
|
||||||
|
tabstop = 4;
|
||||||
|
softtabstop = 4;
|
||||||
|
showtabline = 4;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user