fix(nvim): disable dumb root_spec default

This commit is contained in:
Michael Thomas 2024-05-07 11:25:30 -04:00
parent 23fdaae3e5
commit 1cf1717608

View File

@ -1,3 +1,4 @@
-- Options are automatically loaded before lazy.nvim startup
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
vim.g.root_spec = { ".git", "cwd" }