astro-nvim-v3 turn on documents keybinding
This commit is contained in:
@@ -6,5 +6,6 @@ return {
|
||||
hide_fillchars = true,
|
||||
borderless_telescope = true,
|
||||
terminal_colors = true,
|
||||
|
||||
},
|
||||
}
|
||||
|
||||
@@ -68,6 +68,7 @@ return {
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
config = function(_, opts)
|
||||
require("hlchunk").setup(require("astrocore").extend_tbl(opts, {
|
||||
ignore ={},
|
||||
chunk = {
|
||||
enable = true,
|
||||
notify = false,
|
||||
|
||||
Reference in New Issue
Block a user