nvim-dot-file/lua/plugins
2026-05-02 17:24:43 +02:00
..
aerial.lua Change syntax conviention fisrt part 2026-05-02 17:24:43 +02:00
colorscheme.lua Change syntax conviention fisrt part 2026-05-02 17:24:43 +02:00
compile-mode.lua Change syntax conviention fisrt part 2026-05-02 17:24:43 +02:00
nvim-cmp.lua Change syntax conviention fisrt part 2026-05-02 17:24:43 +02:00
nvim-lspconfig.lua Change syntax conviention fisrt part 2026-05-02 17:24:43 +02:00
nvim-treesitter.lua Change syntax conviention fisrt part 2026-05-02 17:24:43 +02:00
README.md Change syntax conviention fisrt part 2026-05-02 17:24:43 +02:00
telescope.lua Modernizied instatiation thingy 2026-05-02 17:17:04 +02:00
vim-commentary.lua Change syntax conviention fisrt part 2026-05-02 17:24:43 +02:00

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. 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.