This commit is contained in:
kento2 2026-09-10 02:23:49 +02:00
parent 343a08d1a8
commit 997a1ced71
6 changed files with 51 additions and 5 deletions

View file

@ -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"})