summaryrefslogtreecommitdiffstats
path: root/lua/Nanderty/Plugins/neoformat.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/Nanderty/Plugins/neoformat.lua')
-rw-r--r--lua/Nanderty/Plugins/neoformat.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/Nanderty/Plugins/neoformat.lua b/lua/Nanderty/Plugins/neoformat.lua
deleted file mode 100644
index 54ed27d..0000000
--- a/lua/Nanderty/Plugins/neoformat.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-vim.api.nvim_create_autocmd("BufWritePre", {
-command = "Neoformat"
-})