update init.lua
This commit is contained in:
parent
d3cc1e4ec3
commit
f36f9e078a
1 changed files with 24 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
-- event = 'BufWritePre', -- uncomment for format on save
|
||||
event = 'BufWritePre', -- uncomment for format on save
|
||||
opts = require "configs.conform",
|
||||
},
|
||||
|
||||
|
@ -128,4 +128,8 @@ return {
|
|||
"cp ./*.py ~/.config/kitty/"
|
||||
}
|
||||
},
|
||||
{
|
||||
"gfontenot/vim-xcode",
|
||||
enabled = true,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue