non important commit

This commit is contained in:
maxstrb 2025-12-23 11:51:59 +01:00
parent c93da5a3c5
commit 12150c45a6

View file

@ -15,20 +15,20 @@
pydocstring
];
autocmds = [
{
event = "FileType";
pattern = "python";
callback = ''
extraConfigLua = ''
-- Python-only keybinding
vim.api.nvim_create_autocmd("FileType", {
pattern = "python",
callback = function()
vim.keymap.set(
"n",
"<leader>ds",
"<cmd>silent !pydocstring --style google<cr>",
{ buffer = true, desc = "Generate Python docstring" }
)
'';
}
];
end,
})
'';
settings.vim = {
theme = {