nvim-dot-file/lua/plugins
2026-05-02 17:17:04 +02:00
..
aerial.lua Modernizied structure of configure files 2026-05-01 23:30:22 +02:00
colorscheme.lua Modernizied structure of configure files 2026-05-01 23:30:22 +02:00
compile-mode.lua Modernizied instatiation thingy 2026-05-02 17:17:04 +02:00
nvim-cmp.lua Modernizied instatiation thingy 2026-05-02 17:17:04 +02:00
nvim-lspconfig.lua Modernizied structure of configure files 2026-05-01 23:30:22 +02:00
nvim-treesitter.lua Modernizied instatiation thingy 2026-05-02 17:17:04 +02:00
README.md Modernizied structure of configure files 2026-05-01 23:30:22 +02:00
telescope.lua Modernizied instatiation thingy 2026-05-02 17:17:04 +02:00
vim-commentary.lua Modernizied structure of configure files 2026-05-01 23:30:22 +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.