aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim/after
diff options
context:
space:
mode:
Diffstat (limited to 'Common/nvim/after')
-rw-r--r--Common/nvim/after/ftplugin/latex.lua1
-rw-r--r--Common/nvim/after/ftplugin/vimwiki.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/Common/nvim/after/ftplugin/latex.lua b/Common/nvim/after/ftplugin/latex.lua
new file mode 100644
index 0000000..3792dd7
--- /dev/null
+++ b/Common/nvim/after/ftplugin/latex.lua
@@ -0,0 +1 @@
+vim.cmd [[ syntax on ]]
diff --git a/Common/nvim/after/ftplugin/vimwiki.lua b/Common/nvim/after/ftplugin/vimwiki.lua
new file mode 100644
index 0000000..3792dd7
--- /dev/null
+++ b/Common/nvim/after/ftplugin/vimwiki.lua
@@ -0,0 +1 @@
+vim.cmd [[ syntax on ]]