Small updates

This commit is contained in:
MDS
2026-01-13 11:11:42 +01:00
parent 267093190b
commit a4c7aeb53f
3 changed files with 9 additions and 2 deletions

View File

@@ -85,6 +85,9 @@ vim.o.formatlistpat = [[^\s*[0-9\-\+\*]\+[\.\)]*\s\+]]
vim.o.complete = '.,w,b,kspell' -- Use less sources
vim.o.completeopt = 'menuone,noselect,fuzzy,nosort' -- Use custom behavior
-- Clipboard integration
vim.o.clipboard = 'unnamedplus'
-- Autocommands ===============================================================
-- Don't auto-wrap comments and don't insert comment leader after hitting 'o'.