vim: sleuth, line numbers
This commit is contained in:
parent
b14a22ca73
commit
711b184127
1 changed files with 10 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
options = {
|
||||||
|
number = true;
|
||||||
|
};
|
||||||
|
|
||||||
colorschemes.tokyonight.enable = true;
|
colorschemes.tokyonight.enable = true;
|
||||||
|
|
||||||
autoCmd = [
|
autoCmd = [
|
||||||
|
@ -28,6 +32,12 @@
|
||||||
rainbow-delimiters.enable = true;
|
rainbow-delimiters.enable = true;
|
||||||
treesitter.enable = true;
|
treesitter.enable = true;
|
||||||
barbar.enable = true;
|
barbar.enable = true;
|
||||||
|
gitgutter.enable = true;
|
||||||
|
persistence.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
|
vim-sleuth
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue