From 99c8becb9c3fd0f307a619e54ca539f58dbeb2d2 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 25 Jan 2025 17:30:02 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-25 17:30:02 --- .config/nvim/lua/config/options.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.config/nvim/lua/config/options.lua b/.config/nvim/lua/config/options.lua index 8ec2c967..ab84c54c 100644 --- a/.config/nvim/lua/config/options.lua +++ b/.config/nvim/lua/config/options.lua @@ -16,13 +16,6 @@ opt.wrap = true opt.spelllang = { "en" } -- opt.spelloptions = "camel" 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 = { "lsp", { ".git", "lua", ".org_root" },