LazyVim.LazyVim/lua/lazyvim
Iordanis Petkakis db31669abd Some more fixes
Take into account when `server_opts.enabled = false` to add the server
into `exclude_automatic_enable`, since `configure(server)` won't execute
for that.

Also `return true` for `opts.setup` to be in accordance with the rest of
`configure` function and remove `server_opts.enabled` conditional check
from `configure`, since it will only execute when `server_opts.enabled
~= false` either way.
2025-06-07 15:53:13 +03:00
..
config feat(keymaps): show lang when opening treesitter inspect 2025-02-18 23:11:12 +01:00
plugins Some more fixes 2025-06-07 15:53:13 +03:00
util Improve path joining in LazyVim.get_pkg_path 2025-05-31 13:41:39 +03:00
health.lua fix(health): added curl to health checks 2024-12-14 14:42:21 +01:00
init.lua fix: add shim for vim.uv just in case someone upgrades lazyvim before lazy 2024-03-22 10:30:35 +01:00
types.lua style: better types for vim.api.nvim_create_autocmd 2024-06-07 23:02:47 +02:00