non important commit
This commit is contained in:
parent
ba70b80718
commit
a206ae5daa
1 changed files with 0 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue