updates
This commit is contained in:
parent
f833c25447
commit
4255553aab
6 changed files with 94 additions and 96 deletions
|
@ -30,8 +30,8 @@ with lib;
|
|||
luaLoader.enable = true;
|
||||
|
||||
performance = {
|
||||
byteCompileLua.enable = true;
|
||||
combinePlugins.enable = true;
|
||||
# byteCompileLua.enable = true;
|
||||
# combinePlugins.enable = true;
|
||||
};
|
||||
|
||||
globals.mapleader = " ";
|
||||
|
|
|
@ -53,19 +53,19 @@
|
|||
installCargo = false;
|
||||
installRustc = false;
|
||||
};
|
||||
pyright.enable = true;
|
||||
pylsp = {
|
||||
enable = true;
|
||||
settings.plugins = {
|
||||
black = {
|
||||
enabled = true;
|
||||
cache_config = true;
|
||||
};
|
||||
pycodestyle = {
|
||||
maxLineLength = 100;
|
||||
};
|
||||
};
|
||||
};
|
||||
# pyright.enable = true;
|
||||
# pylsp = {
|
||||
# enable = true;
|
||||
# settings.plugins = {
|
||||
# black = {
|
||||
# enabled = true;
|
||||
# cache_config = true;
|
||||
# };
|
||||
# pycodestyle = {
|
||||
# maxLineLength = 100;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
elixirls.enable = true;
|
||||
clangd.enable = true;
|
||||
yamlls.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue