vim
This commit is contained in:
parent
fb1c179aec
commit
e4376b2db4
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
# Start the virtual machine named "Windows" using virsh
|
||||
virsh --connect qemu:///system start Windows
|
||||
|
|
|
@ -10,15 +10,6 @@
|
|||
colorschemes.gruvbox.enable = true;
|
||||
|
||||
plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
settings = {
|
||||
indent = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
nixvimInjections = true;
|
||||
};
|
||||
lualine.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sw
|
||||
|
||||
hostname=$(hostname)
|
||||
|
||||
|
|
Loading…
Reference in a new issue