diff options
| author | DrNuget <drnuget@outlook.com> | 2025-11-25 05:07:11 +0200 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2025-11-25 05:08:03 +0200 |
| commit | c858912f39c4dd3df6538dfe168d712cd39122d0 (patch) | |
| tree | 0238dd9786bbd006fb5763b6059966fd412c3e8f | |
| parent | 791bdf68e3598b764af05146204c0c44d5b7ab83 (diff) | |
| download | dotfiles-c858912f39c4dd3df6538dfe168d712cd39122d0.tar.gz | |
vimrc disable python recommended style
| -rw-r--r-- | .config/nvim/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index b619db8..c02a8a2 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -121,6 +121,8 @@ vim.g.calendar_monday = 1 vim.g.calendar_weeknm = 5 vim.g.tex_flavor = 'latex' +vim.g.python_recommended_style = 0 + local function bootstrap_pckr() local pckr_path = vim.fn.stdpath("data") .. "/pckr/pckr.nvim" |
