fixed NVF setup
This commit is contained in:
parent
1dd6d447cc
commit
c51bc454bc
1 changed files with 17 additions and 15 deletions
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
# neovim setup with NVF
|
# neovim setup with NVF
|
||||||
# https://github.com/NotAShelf/nvf
|
# https://github.com/NotAShelf/nvf
|
||||||
|
programs.nvf = {
|
||||||
vim = {
|
vim = {
|
||||||
theme = {
|
theme = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -22,5 +23,6 @@
|
||||||
rust.enable = true;
|
rust.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue