lsp + crates.nvim: fix keybinds
This commit is contained in:
parent
1e0e1a05c2
commit
d93299583e
2 changed files with 66 additions and 29 deletions
2
init.lua
2
init.lua
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue