mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-22 05:13:29 +02:00
Merge 4b4c7dddee
into 3338d39206
This commit is contained in:
commit
dd85ab2cee
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -954,7 +954,7 @@ require('lazy').setup({
|
|||
-- the list of additional_vim_regex_highlighting and disabled languages for indent.
|
||||
additional_vim_regex_highlighting = { 'ruby' },
|
||||
},
|
||||
indent = { enable = true, disable = { 'ruby' } },
|
||||
indent = { enable = true, disable = { 'ruby', 'yaml' } },
|
||||
},
|
||||
-- There are additional nvim-treesitter modules that you can use to interact
|
||||
-- with nvim-treesitter. You should go explore a few and see what interests you:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue