fixes
parent
9581ea40e8
commit
d610e6939e
|
@ -1,7 +1,7 @@
|
||||||
{ self, ... }:
|
{ self, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
colorscheme = {
|
colorschemes = {
|
||||||
nord = {
|
nord = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ self, ... }:
|
{ self, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
extranConfigLua = ''
|
extraConfigLua = ''
|
||||||
print("Welcome to Vim, Hertog! :3")
|
print("Welcome to Vim, Hertog! :3")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,6 +11,8 @@
|
||||||
# Rust
|
# Rust
|
||||||
rust-analyzer = {
|
rust-analyzer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
installRustc = true;
|
||||||
|
installCargo = true;
|
||||||
};
|
};
|
||||||
# Godot
|
# Godot
|
||||||
gdscript = {
|
gdscript = {
|
||||||
|
|
Loading…
Reference in New Issue