Change syntax conviention fisrt part
This commit is contained in:
parent
daa989d24a
commit
433fcafca9
9 changed files with 109 additions and 108 deletions
|
|
@ -1,2 +1,4 @@
|
|||
All plugins what looks like a pure library (as a plenary.nvim) should be use in "depenedencies" filed and with "lazy = true".
|
||||
Main theme should be load during startup (lazy = false) and high priority.
|
||||
Main theme should be load during startup (lazy = false) and high priority.
|
||||
If plugin required a "require("nvim-treesitter.configs").setup(opts)" we can use "main = 'nvim-treesitter.configs'" intead
|
||||
will use it implicity in "config" and "opts" blocks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue