AutoYADM commit: 2025-01-25 17:30:02

This commit is contained in:
Daniel Fichtinger 2025-01-25 17:30:02 -05:00
parent af7e104cbe
commit 99c8becb9c

View file

@ -16,13 +16,6 @@ opt.wrap = true
opt.spelllang = { "en" } opt.spelllang = { "en" }
-- opt.spelloptions = "camel" -- opt.spelloptions = "camel"
opt.clipboard = "unnamedplus" opt.clipboard = "unnamedplus"
-- ---Function returns the root dir of org files
-- ---@param buf number
-- ---@return string|string[]
-- local function org_root(buf)
-- local util = require("lazyvim.util.root")
-- local cwd = vim.uv.cwd()
-- end
vim.g.root_spec = { vim.g.root_spec = {
"lsp", "lsp",
{ ".git", "lua", ".org_root" }, { ".git", "lua", ".org_root" },