feat(nvim): commandline on status line
This commit is contained in:
parent
859628b2bd
commit
ea70d4889a
3 changed files with 3 additions and 4 deletions
|
@ -3,10 +3,10 @@ require "nvchad.options"
|
||||||
-- add yours here!
|
-- add yours here!
|
||||||
|
|
||||||
local o = vim.o
|
local o = vim.o
|
||||||
o.cursorlineopt ='both' -- to enable cursorline
|
o.cursorlineopt = "both" -- to enable cursorline
|
||||||
o.scrolloff = 9
|
o.scrolloff = 9
|
||||||
o.wrap = true
|
o.wrap = true
|
||||||
o.clipboard = "unnamedplus"
|
o.clipboard = "unnamedplus"
|
||||||
o.list = false
|
o.list = false
|
||||||
o.relativenumber = true
|
o.relativenumber = true
|
||||||
|
o.cmdheight = 0
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
networking.hostName = "dragon";
|
networking.hostName = "dragon";
|
||||||
networking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
|
127.0.0.1 yeswiki.test
|
||||||
163.172.173.184 aleks-test-install-bookworm.test
|
163.172.173.184 aleks-test-install-bookworm.test
|
||||||
'';
|
'';
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
displayManager.sddm.wayland.enable = true;
|
displayManager.sddm.wayland.enable = true;
|
||||||
displayManager.sddm.enable = true;
|
displayManager.sddm.enable = true;
|
||||||
displayManager.sddm.enableHidpi = true;
|
displayManager.sddm.enableHidpi = true;
|
||||||
#displayManager.sddm.theme = "rose-pine";
|
|
||||||
dbus.enable = true;
|
dbus.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -166,7 +165,6 @@
|
||||||
rofi
|
rofi
|
||||||
wlogout
|
wlogout
|
||||||
];
|
];
|
||||||
|
|
||||||
# Do not restart the display manager automatically
|
# Do not restart the display manager automatically
|
||||||
systemd.services.display-manager.restartIfChanged = lib.mkForce false;
|
systemd.services.display-manager.restartIfChanged = lib.mkForce false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue