From 5a5838e95f22a008ea9548ce6241bdec9e568386 Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Wed, 28 May 2025 00:19:22 +0100 Subject: [PATCH] Add Dockerfile LSP --- base/.config/btop/btop.conf | 4 ++-- nvim/.config/nvim/lua/plugins/mason-lspconfig.lua | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/base/.config/btop/btop.conf b/base/.config/btop/btop.conf index 334bc51..859629b 100644 --- a/base/.config/btop/btop.conf +++ b/base/.config/btop/btop.conf @@ -178,7 +178,7 @@ disk_free_priv = False show_io_stat = True #* Toggles io mode for disks, showing big graphs for disk read/write speeds. -io_mode = False +io_mode = True #* Set to True to show combined read/write io graphs in io mode. io_graph_combined = False @@ -209,4 +209,4 @@ selected_battery = "Auto" #* 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. -log_level = "WARNING" +log_level = "WARNING" \ No newline at end of file diff --git a/nvim/.config/nvim/lua/plugins/mason-lspconfig.lua b/nvim/.config/nvim/lua/plugins/mason-lspconfig.lua index 5fd82a4..25d6b7d 100644 --- a/nvim/.config/nvim/lua/plugins/mason-lspconfig.lua +++ b/nvim/.config/nvim/lua/plugins/mason-lspconfig.lua @@ -4,6 +4,7 @@ return { ensure_installed = { "bashls", "docker_compose_language_service", + "dockerls", "lua_ls", "superhtml", "taplo",