feat: luau-lsp auto imports, disable inline blame, add ranger
This commit is contained in:
@@ -39,8 +39,8 @@
|
|||||||
wdisplays
|
wdisplays
|
||||||
efibootmgr
|
efibootmgr
|
||||||
nixd
|
nixd
|
||||||
|
xfce.thunar
|
||||||
];
|
];
|
||||||
programs.thunar.enable = true;
|
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
withUWSM = true;
|
withUWSM = true;
|
||||||
@@ -69,6 +69,7 @@
|
|||||||
hyprlock = {
|
hyprlock = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
ranger.enable = true;
|
||||||
};
|
};
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"hypr/hyprlock.conf".source = ../../custom/hyprlock/hyprlock.conf;
|
"hypr/hyprlock.conf".source = ../../custom/hyprlock/hyprlock.conf;
|
||||||
|
|||||||
@@ -27,6 +27,9 @@
|
|||||||
vim_mode = true;
|
vim_mode = true;
|
||||||
ui_font_size = 16;
|
ui_font_size = 16;
|
||||||
buffer_font_size = 16;
|
buffer_font_size = 16;
|
||||||
|
git.inline_blame = {
|
||||||
|
enabled = false;
|
||||||
|
};
|
||||||
theme = {
|
theme = {
|
||||||
mode = "system";
|
mode = "system";
|
||||||
light = "Rosé Pine";
|
light = "Rosé Pine";
|
||||||
@@ -41,6 +44,15 @@
|
|||||||
lsp = {
|
lsp = {
|
||||||
"luau-lsp" = {
|
"luau-lsp" = {
|
||||||
settings = {
|
settings = {
|
||||||
|
luau-lsp = {
|
||||||
|
completion = {
|
||||||
|
imports = {
|
||||||
|
enabled = true;
|
||||||
|
suggestRequires = true;
|
||||||
|
suggestServices = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
ext = {
|
ext = {
|
||||||
roblox = {
|
roblox = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user