This commit is contained in:
Zacharias-Brohn
2025-10-01 21:54:07 +02:00
parent 94d2979dfe
commit 404091736f
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -16,7 +16,3 @@ vim.filetype.add({
}) })
vim.cmd[[colorscheme onedark]] vim.cmd[[colorscheme onedark]]
-- vim.lsp.document_color = {
-- enable = false
-- }
+1 -1
View File
@@ -20,7 +20,7 @@ vim.opt.isfname:append("@-@")
vim.opt.updatetime = 50 vim.opt.updatetime = 50
vim.opt.colorcolumn = "80" vim.opt.colorcolumn = "80"
vim.opt.textwidth = 80 vim.opt.textwidth = 80
vim.opt.formatoptions = "tcrqnj" vim.opt.formatoptions = "rqnj"
-- vim.opt.foldmethod = "expr" -- vim.opt.foldmethod = "expr"
-- vim.opt.foldexpr = "v:lua.require('config.testfold').foldexpr()" -- vim.opt.foldexpr = "v:lua.require('config.testfold').foldexpr()"
-- vim.opt.foldenable = true -- vim.opt.foldenable = true