.
This commit is contained in:
parent
343a08d1a8
commit
997a1ced71
6 changed files with 51 additions and 5 deletions
|
|
@ -20,3 +20,5 @@ vim.lsp.enable('rust_analyzer')
|
|||
vim.keymap.set("n", "<leader>l", function()
|
||||
vim.lsp.buf.format({ async = true })
|
||||
end, { desc = "Format buffer" })
|
||||
|
||||
require("luasnip.loaders.from_lua").load({paths = "~/.config/nvim/lua/snippet"})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue