diff options
| author | Wayne-Cole <77279425+Wacky404@users.noreply.github.com> | 2026-04-26 11:53:12 -0500 |
|---|---|---|
| committer | Wayne-Cole <77279425+Wacky404@users.noreply.github.com> | 2026-04-26 11:53:12 -0500 |
| commit | bf5900a0da6090503e896fb30287875019a70517 (patch) | |
| tree | 156ef0003ed6c6915fcd2ab0d7e7d710d37a920b /.config/nvim/lua/wacky/plugins/formatter.lua | |
| parent | bf4e114dfd828ee703c1ee9560d0fc682de84502 (diff) | |
| download | wackys-dev-env-main.tar.xz wackys-dev-env-main.zip | |
update+chore: updating files and switching remotemain
Diffstat (limited to '.config/nvim/lua/wacky/plugins/formatter.lua')
| -rw-r--r-- | .config/nvim/lua/wacky/plugins/formatter.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/nvim/lua/wacky/plugins/formatter.lua b/.config/nvim/lua/wacky/plugins/formatter.lua index 23cf726..876bb61 100644 --- a/.config/nvim/lua/wacky/plugins/formatter.lua +++ b/.config/nvim/lua/wacky/plugins/formatter.lua @@ -66,10 +66,6 @@ require("formatter").setup({ }, ["jac"] = { function() - if util.get_current_buffer_file_name() == "special.jac" then - return nil - end - return { exe = "sh", args = { |
