mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-23 20:14:32 +02:00
enc: change indent blank line
This commit is contained in:
parent
aa2f3a49ef
commit
c29942d4a7
3 changed files with 25 additions and 3 deletions
22
lua/pcode/plugins/indentline.lua
Normal file
22
lua/pcode/plugins/indentline.lua
Normal file
|
@ -0,0 +1,22 @@
|
|||
return {
|
||||
"shellRaining/hlchunk.nvim",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
config = function()
|
||||
require("hlchunk").setup({
|
||||
chunk = {
|
||||
enable = true,
|
||||
-- ...
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
-- ...
|
||||
},
|
||||
exclude_filetypes = {
|
||||
aerial = true,
|
||||
dashboard = true,
|
||||
alpha = true,
|
||||
-- some other filetypes
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue