caio.co/de/dotfiles

Rely on the default .git root marker

Id
2ed74c068b7155c7f6222a27de94ec23ce020e67
Author
Caio
Commit time
2025-11-09T07:17:34+01:00

Modified config/nvim/lua/config/lsp.lua

@@ -131,7 +131,6
vim.lsp.config("lua_ls", {
cmd = { 'lua-language-server' },
filetypes = { 'lua' },
- root_markers = { '.git' },
settings = { Lua = { diagnostics = { globals = { 'vim' } } } },
})