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