7 lines
334 B
Lua
7 lines
334 B
Lua
-- nvim-linux64/share/nvim/runtime/lua/vim/lsp.lua:354 is setting this keymap
|
|
-- before my LazyVim keymap.lua, and then it takes priority over my own keymap;
|
|
-- setting it to anything here prevents that from happening.
|
|
vim.keymap.set("n", "K", function () end)
|
|
|
|
-- bootstrap lazy.nvim, LazyVim and your plugins
|
|
require("config.lazy")
|