Compare commits
3 Commits
63f71b0936
...
f6a39fe3c1
| Author | SHA1 | Date | |
|---|---|---|---|
| f6a39fe3c1 | |||
| bfe5865c06 | |||
| 3d922807eb |
@ -200,6 +200,9 @@ rec {
|
||||
# Dynamic libraries from buildinputs:
|
||||
# LD_LIBRARY_PATH = nixpkgs.lib.makeLibraryPath buildInputs;
|
||||
|
||||
# QT imports to use with "qmlls -E"
|
||||
# QML_IMPORT_PATH = "${pkgs.qt6.full}/lib/qt-6/qml";
|
||||
|
||||
# =========================================================================================
|
||||
# Define shell environment
|
||||
# =========================================================================================
|
||||
|
||||
@ -703,7 +703,7 @@ in {
|
||||
lua = ["luacheck"];
|
||||
markdown = ["vale"];
|
||||
nix = ["statix"];
|
||||
python = ["ruff" "flake8" "pylint"];
|
||||
python = ["ruff" "flake8"]; # TODO: "pylint" can't resolve some imports (e.g. PySide6.QtGui)
|
||||
tex = ["chktex"];
|
||||
# rust = ["clippy"]; # Not supported, but integrated through rustaceanvim
|
||||
text = ["vale"];
|
||||
|
||||
Reference in New Issue
Block a user