diff options
author | Squibid <me@zacharyscheiman.com> | 2025-05-31 03:32:58 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-05-31 03:32:58 -0400 |
commit | e830931ff421e4380d5de8b1926842000ba9be34 (patch) | |
tree | 207584548026db649bc6ab21df3b41b71ebfd830 /after/lsp | |
parent | ef678f31fdf24c0e6c4eca9a13ad9f63a53447b9 (diff) | |
download | nvim-e830931ff421e4380d5de8b1926842000ba9be34.tar.gz nvim-e830931ff421e4380d5de8b1926842000ba9be34.tar.bz2 nvim-e830931ff421e4380d5de8b1926842000ba9be34.zip |
Diffstat (limited to 'after/lsp')
-rw-r--r-- | after/lsp/basedpyright.lua | 2 | ||||
-rw-r--r-- | after/lsp/clangd.lua | 2 |
2 files changed, 2 insertions, 2 deletions
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) |