mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
* chore(nvim): remove astronvim and configs * feat(nvim): new, custom nvim configuration
10 lines
168 B
Lua
10 lines
168 B
Lua
return {
|
|
"nvim-treesitter/nvim-treesitter-context",
|
|
lazy = false,
|
|
enabled = true,
|
|
opts = {
|
|
enable = true,
|
|
mode = "cursor", -- cursor, or topline
|
|
},
|
|
}
|