fix: update system
This commit is contained in:
parent
0aaebc17c8
commit
a642d136c2
9 changed files with 128 additions and 218 deletions
|
|
@ -16,6 +16,8 @@ end
|
|||
-- make_config(server_name, {})()
|
||||
-- end
|
||||
|
||||
M.bashls = make_config("bashls", {})
|
||||
|
||||
M.lua_ls = make_config("lua_ls", {
|
||||
settings = {
|
||||
Lua = {
|
||||
|
|
@ -125,6 +127,6 @@ M.clangd = make_config("clangd", {
|
|||
},
|
||||
})
|
||||
|
||||
M.tsserver = make_config("tsserver", {})
|
||||
M.ts_ls = make_config("ts_ls", {})
|
||||
|
||||
return M
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ in {
|
|||
black # Python
|
||||
prettierd # Multi-language
|
||||
shfmt
|
||||
shellcheck
|
||||
isort
|
||||
rustywind
|
||||
|
||||
|
|
@ -51,6 +52,7 @@ in {
|
|||
nodePackages.typescript-language-server
|
||||
tailwindcss-language-server
|
||||
clang
|
||||
bash-language-server
|
||||
|
||||
# Tools
|
||||
git
|
||||
|
|
|
|||
|
|
@ -112,9 +112,6 @@ in {
|
|||
# border thiccness
|
||||
border_size = 2;
|
||||
|
||||
# whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
|
||||
apply_sens_to_raw = 0;
|
||||
|
||||
# active border color
|
||||
"col.active_border" = "rgb(${rose})";
|
||||
"col.inactive_border" = "rgb(${muted})";
|
||||
|
|
@ -124,7 +121,7 @@ in {
|
|||
kb_layout = "us";
|
||||
sensitivity = 0; # -1.0 - 1.0, 0 means no modification.
|
||||
accel_profile = "flat";
|
||||
force_no_accel = true;
|
||||
force_no_accel = false;
|
||||
};
|
||||
|
||||
dwindle = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue