Switch python lsp, fix screen mode for Ronin
This commit is contained in:
parent
99072e7c4d
commit
6ce2e91572
|
@ -35,7 +35,15 @@
|
|||
# LSP servers
|
||||
nil
|
||||
fortls
|
||||
nodePackages.pyright
|
||||
(python3.withPackages (ps:
|
||||
with ps; [
|
||||
python-lsp-server
|
||||
python-lsp-ruff
|
||||
python-lsp-black
|
||||
pyls-isort
|
||||
pylsp-mypy
|
||||
pylsp-rope
|
||||
]))
|
||||
nodePackages.yaml-language-server
|
||||
nodePackages.bash-language-server
|
||||
nodePackages.vscode-html-languageserver-bin
|
||||
|
|
|
@ -182,7 +182,7 @@ in {
|
|||
outputs = [
|
||||
{
|
||||
criteria = "Acer Technologies ED270R TJMEE0043W01";
|
||||
mode = "1920x1080@165.00";
|
||||
mode = "1920x1080@120.00";
|
||||
position = "0,0";
|
||||
scale = 1.0;
|
||||
status = "enable";
|
||||
|
|
Loading…
Reference in a new issue