diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-12-04 12:40:59 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-12-04 12:40:59 +0900 |
| commit | 960fa712739ef105c9db4789c01dbe8ac58868ea (patch) | |
| tree | e63c9fc2c99530d354eedc3b7dc551d34f38dd4f /.config/nvim/after/ftplugin/python.lua | |
| parent | 47a76047613eabacc83ad9d123d944562f31dec1 (diff) | |
| download | dotfiles-960fa712739ef105c9db4789c01dbe8ac58868ea.tar.gz dotfiles-960fa712739ef105c9db4789c01dbe8ac58868ea.tar.zst dotfiles-960fa712739ef105c9db4789c01dbe8ac58868ea.zip | |
neovim: remove some settings from after/ftplugin/* in favor of treesitter
Diffstat (limited to '.config/nvim/after/ftplugin/python.lua')
| -rw-r--r-- | .config/nvim/after/ftplugin/python.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/nvim/after/ftplugin/python.lua b/.config/nvim/after/ftplugin/python.lua index 286c323..428c044 100644 --- a/.config/nvim/after/ftplugin/python.lua +++ b/.config/nvim/after/ftplugin/python.lua @@ -1,5 +1,3 @@ vimrc.after_ftplugin('python', function(conf) conf.indent(conf.SPACE, 4) - vim.g.python_highlight_all = true - vim.g.pyindent_continue = 4 end)
\ No newline at end of file |
