fixes
This commit is contained in:
parent
9581ea40e8
commit
d610e6939e
3 changed files with 4 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue