From: Lukas Krickl Date: Mon, 29 Dec 2025 06:04:20 +0000 (+0100) Subject: nvim: disapled spaces in python files by default X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;p=dotfiles%2F.git nvim: disapled spaces in python files by default --- diff --git a/nvim/init.vim b/nvim/init.vim index 8629408..7eef722 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -88,6 +88,12 @@ autocmd VimResized * wincmd = hi Pmenu ctermbg=Blue guibg=Blue hi PmenuSel ctermbg=Gray guibg=Gray +" Language specific + +" disable spaces in python files +" this is a vim default +let g:python_recommended_style = 0 + " Nvim specific! if has('nvim') lua require('init')