mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-14 06:27:47 +00:00
wip: try using config
This commit is contained in:
parent
a8ddc8d7e2
commit
d9a73933e1
3 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ in {
|
|||
'');
|
||||
|
||||
pluginRC.treesitter = entryAfter ["basic"] ''
|
||||
require('nvim-treesitter.configs').setup {
|
||||
require('nvim-treesitter.config').setup {
|
||||
-- Disable imperative treesitter options that would attempt to fetch
|
||||
-- grammars into the read-only Nix store. To add additional grammars here
|
||||
-- you must use the `config.vim.treesitter.grammars` option.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue