ignore yaml in treesitter, not sure this worked. added nvim-surround to plugins
This commit is contained in:
@@ -42,3 +42,10 @@ let g:vimspector_sidebar_width = 85
|
|||||||
let g:vimspector_bottombar_height = 15
|
let g:vimspector_bottombar_height = 15
|
||||||
let g:vimspector_terminal_maxwidth = 70
|
let g:vimspector_terminal_maxwidth = 70
|
||||||
]])
|
]])
|
||||||
|
|
||||||
|
require('nvim-treesitter.configs').setup {
|
||||||
|
indent = {
|
||||||
|
enable = true,
|
||||||
|
disable = { 'yaml' }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -55,4 +55,5 @@ return require('packer').startup(function(use)
|
|||||||
"windwp/nvim-autopairs",
|
"windwp/nvim-autopairs",
|
||||||
config = function() require("nvim-autopairs").setup {} end
|
config = function() require("nvim-autopairs").setup {} end
|
||||||
}
|
}
|
||||||
|
use 'kylechui/nvim-surround'
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user