qol: make qmlls work with quickshell
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ nix/nixos.qcow2
|
|||||||
nix_file.tar.gz
|
nix_file.tar.gz
|
||||||
nvim
|
nvim
|
||||||
tmux/plugins
|
tmux/plugins
|
||||||
|
modules/quickshell/quickshell/.qmlls.ini
|
||||||
|
|||||||
@@ -43,6 +43,9 @@ in
|
|||||||
servers = {
|
servers = {
|
||||||
qmlls = {
|
qmlls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
config = {
|
||||||
|
cmd = "-E";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
rust_analyzer = {
|
rust_analyzer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user