aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin/cpp.lua
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-09-08 07:14:29 +0200
committerThomas Schmucker <ts@its1.de>2026-09-08 07:57:54 +0200
commit3da4c7f9209707af194de9538b2308be4e702e73 (patch)
treeab6b56ed2c965d29ec26380f255528474e761ace /nvim/ftplugin/cpp.lua
parent8c43ebd619d724133e1063e3b686907d5aa56abe (diff)
downloaddotfiles-3da4c7f9209707af194de9538b2308be4e702e73.tar.gz
dotfiles-3da4c7f9209707af194de9538b2308be4e702e73.tar.bz2
dotfiles-3da4c7f9209707af194de9538b2308be4e702e73.zip
Konfiguration vereinfacht
Diffstat (limited to 'nvim/ftplugin/cpp.lua')
-rw-r--r--nvim/ftplugin/cpp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/ftplugin/cpp.lua b/nvim/ftplugin/cpp.lua
new file mode 100644
index 0000000..de0f9de
--- /dev/null
+++ b/nvim/ftplugin/cpp.lua
@@ -0,0 +1 @@
vim.cmd.runtime("ftplugin/c.lua")