non important commit

This commit is contained in:
maxstrb 2025-12-23 11:54:39 +01:00
parent ba70b80718
commit a206ae5daa

View file

@ -15,19 +15,6 @@
pydocstring
];
extraConfig = ''
" Python-only keybinding for pydocstring
augroup NVFPythonDoc
autocmd!
autocmd FileType python lua vim.keymap.set(
"n",
"<leader>ds",
"<cmd>silent !pydocstring --style google<CR>",
{ buffer = true, desc = "Generate Python docstring" }
)
augroup END
'';
settings.vim = {
theme = {
enable = true;