From 9c09097156dc70315364d27e61daef19b2844139 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 17 Jun 2026 09:05:21 +0200 Subject: initial commit --- .nvim.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .nvim.lua (limited to '.nvim.lua') diff --git a/.nvim.lua b/.nvim.lua new file mode 100644 index 0000000..9ee1a16 --- /dev/null +++ b/.nvim.lua @@ -0,0 +1,6 @@ +-- Formatting +vim.g.autoformat = true +vim.opt.fixeol = false + +-- Enable Doxygen +vim.g.load_doxygen_syntax = true -- cgit v1.2.3