
the new lazyvim update was huge, especially because none-ls was moved to extras, so conform and lint would be the default formatter-linting
8 lines
143 B
Lua
8 lines
143 B
Lua
return {
|
|
{
|
|
"nvim-treesitter/nvim-treesitter-context",
|
|
event = "LazyFile",
|
|
enabled = true,
|
|
opts = { mode = "cursor" },
|
|
},
|
|
}
|