From e830931ff421e4380d5de8b1926842000ba9be34 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sat, 31 May 2025 03:32:58 -0400 Subject: wozers --- after/lsp/basedpyright.lua | 2 +- after/lsp/clangd.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'after/lsp') diff --git a/after/lsp/basedpyright.lua b/after/lsp/basedpyright.lua index 9145e69..fec634c 100644 --- a/after/lsp/basedpyright.lua +++ b/after/lsp/basedpyright.lua @@ -1,4 +1,4 @@ -local map = require("core.misc").map +local map = core.misc.map return { on_attach = function(_, bufnr) diff --git a/after/lsp/clangd.lua b/after/lsp/clangd.lua index b1919c8..15cbb8c 100644 --- a/after/lsp/clangd.lua +++ b/after/lsp/clangd.lua @@ -1,4 +1,4 @@ -local map = require("core.misc").map +local map = core.misc.map return { on_attach = function(_, bufnr) -- cgit v1.2.1