2 files changed,
1 insertions(+),
1 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-09-15 23:30:40 +0300
Parent:
121f9a7
jump to
| M | init.lua |
| M | lua/core/options.lua |
M
init.lua
@@ -7,4 +7,5 @@ require "core.lsp"
if vim.fn.has "nvim-0.12" == 1 then require("vim._extui").enable { enable = true } + vim.opt.diffopt:append "inline:word" end
M
lua/core/options.lua
@@ -71,7 +71,6 @@ "context:12",
"algorithm:histogram", "linematch:200", "indent-heuristic", - "inline:word", } vim.o.foldenable = false