Mercurial > dotfiles
comparison dot_config/nvim/init.lua @ 424:f42ea4c4a78c
Add smarter python indentation
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 28 Jul 2021 11:40:52 +0200 |
parents | 5683e8e3e361 |
children | 10916f9b1676 |
comparison
equal
deleted
inserted
replaced
423:5683e8e3e361 | 424:f42ea4c4a78c |
---|---|
235 } | 235 } |
236 use { | 236 use { |
237 'folke/lua-dev.nvim', | 237 'folke/lua-dev.nvim', |
238 } | 238 } |
239 | 239 |
240 use { 'vimjas/vim-python-pep8-indent', ft = { 'python' } } | |
241 | |
240 -- Vanity | 242 -- Vanity |
241 use { | 243 use { |
242 'yamatsum/nvim-web-nonicons', | 244 'yamatsum/nvim-web-nonicons', |
243 requires = 'kyazdani42/nvim-web-devicons', | 245 requires = 'kyazdani42/nvim-web-devicons', |
244 config = function() | 246 config = function() |