lsp + crates.nvim: fix keybinds

This commit is contained in:
kalmenn 2023-12-28 14:03:59 +01:00
parent 1e0e1a05c2
commit d93299583e
Signed by: kalmenn
GPG key ID: F500055C44BC3834
2 changed files with 66 additions and 29 deletions

View file

@ -14,6 +14,8 @@ if not vim.loop.fs_stat(lazypath) then
end
vim.opt.rtp:prepend(lazypath)
vim.g.mapleader = " ";
require('lazy').setup({ { import = "plugins" } })
require("sets")