update init.lua

This commit is contained in:
Bogdan Buduroiu 2024-10-22 18:42:40 +08:00
parent d3cc1e4ec3
commit f36f9e078a
Signed by: bruvduroiu
GPG key ID: A8722B2334DE9499

View file

@ -1,7 +1,7 @@
return { return {
{ {
"stevearc/conform.nvim", "stevearc/conform.nvim",
-- event = 'BufWritePre', -- uncomment for format on save event = 'BufWritePre', -- uncomment for format on save
opts = require "configs.conform", opts = require "configs.conform",
}, },
@ -128,4 +128,8 @@ return {
"cp ./*.py ~/.config/kitty/" "cp ./*.py ~/.config/kitty/"
} }
}, },
{
"gfontenot/vim-xcode",
enabled = true,
},
} }