fix: namespace all local packages and modules
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter-context",
|
||||
opts = {
|
||||
mode = 'topline',
|
||||
max_lines = 3,
|
||||
multiline_threshold = 1,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user