1
0

Undo btop update

revert Add Dockerfile LSP
This commit is contained in:
2025-05-27 23:28:24 +00:00
parent ca709aa9e5
commit 1f6adad82e
2 changed files with 2 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ disk_free_priv = False
show_io_stat = True show_io_stat = True
#* Toggles io mode for disks, showing big graphs for disk read/write speeds. #* Toggles io mode for disks, showing big graphs for disk read/write speeds.
io_mode = True io_mode = False
#* Set to True to show combined read/write io graphs in io mode. #* Set to True to show combined read/write io graphs in io mode.
io_graph_combined = False io_graph_combined = False
@@ -209,4 +209,4 @@ selected_battery = "Auto"
#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". #* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. #* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
log_level = "WARNING" log_level = "WARNING"

View File

@@ -4,7 +4,6 @@ return {
ensure_installed = { ensure_installed = {
"bashls", "bashls",
"docker_compose_language_service", "docker_compose_language_service",
"dockerls",
"lua_ls", "lua_ls",
"superhtml", "superhtml",
"taplo", "taplo",