From d0f33b167553fa15b640d61ca37d650dc8325669 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Tue, 6 Feb 2024 11:19:52 +0100 Subject: [PATCH] lsp telecsope things --- lua/custom/chadrc.lua | 4 ++-- lua/custom/mappings.lua | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lua/custom/chadrc.lua b/lua/custom/chadrc.lua index 074bd3e..7e7dc46 100644 --- a/lua/custom/chadrc.lua +++ b/lua/custom/chadrc.lua @@ -5,8 +5,8 @@ local M = {} local highlights = require "custom.highlights" M.ui = { - theme = "kanagawa", - theme_toggle = { "kanagawa", "chadracula" }, + theme = "oceanic-next", + theme_toggle = { "kanagawa", "oceanic-next" }, hl_override = highlights.override, hl_add = highlights.add, diff --git a/lua/custom/mappings.lua b/lua/custom/mappings.lua index efbbd2b..42a15d1 100644 --- a/lua/custom/mappings.lua +++ b/lua/custom/mappings.lua @@ -219,6 +219,10 @@ M.telescope = { ["th"] = { " Telescope themes ", "Nvchad themes" }, ["ma"] = { " Telescope marks ", "telescope bookmarks" }, + + -- lsp stuff + ["cw"] = { " Telescope lsp_dynamic_workspace_symbols ", "telescope dynamic workspace symbols" }, + ["cd"] = { " Telescope lsp_document_symbols ", "telescope document symbols" }, }, }