mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2024-06-13
This commit is contained in:
@@ -29,18 +29,6 @@ vim.api.nvim_create_autocmd({ "BufWritePre" }, {
|
||||
end,
|
||||
})
|
||||
|
||||
--[[ vim.api.nvim_create_autocmd({ "BufWritePre" }, {
|
||||
pattern = { "*.py" },
|
||||
callback = function()
|
||||
vim.lsp.buf.code_action({
|
||||
context = {
|
||||
only = { "source.fixAll.ruff" },
|
||||
},
|
||||
apply = true,
|
||||
})
|
||||
end,
|
||||
}) ]]
|
||||
|
||||
-- Center on InsertEnter
|
||||
vim.api.nvim_create_autocmd({ "InsertEnter" }, {
|
||||
callback = function()
|
||||
|
||||
Reference in New Issue
Block a user