Reshape cmp box
This commit is contained in:
@@ -2,7 +2,7 @@ return {
|
||||
"kevinhwang91/nvim-ufo",
|
||||
config = function()
|
||||
require("ufo").setup {
|
||||
provider_selector = function(bufnr, filetype, buftype)
|
||||
provider_selector = function(_, _, _)
|
||||
return { "treesitter", "indent" }
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user