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