mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 13:03:49 +00:00
Merge pull request #337 from nvim-lua/enable_python_indent
This commit is contained in:
commit
5125fd927a
2
init.lua
2
init.lua
@ -312,7 +312,7 @@ require('nvim-treesitter.configs').setup {
|
|||||||
auto_install = false,
|
auto_install = false,
|
||||||
|
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = true, disable = { 'python' } },
|
indent = { enable = true },
|
||||||
incremental_selection = {
|
incremental_selection = {
|
||||||
enable = true,
|
enable = true,
|
||||||
keymaps = {
|
keymaps = {
|
||||||
|
Loading…
Reference in New Issue
Block a user