aboutsummaryrefslogtreecommitdiff
path: root/.nvim.lua
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-06-17 09:05:21 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-06-17 09:13:11 +0200
commit9c09097156dc70315364d27e61daef19b2844139 (patch)
tree6829c5a52dde09dab3447f39e9e754c208dbe3f4 /.nvim.lua
downloadttwhy-9c09097156dc70315364d27e61daef19b2844139.tar.xz
ttwhy-9c09097156dc70315364d27e61daef19b2844139.zip
initial commit
Diffstat (limited to '.nvim.lua')
-rw-r--r--.nvim.lua6
1 files changed, 6 insertions, 0 deletions
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