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 | |
| parent | bf4e114dfd828ee703c1ee9560d0fc682de84502 (diff) | |
| download | wackys-dev-env-bf5900a0da6090503e896fb30287875019a70517.tar.xz wackys-dev-env-bf5900a0da6090503e896fb30287875019a70517.zip | |
update+chore: updating files and switching remotemain
| -rw-r--r-- | .config/nvim/lua/wacky/plugins/formatter.lua | 4 | ||||
| -rw-r--r-- | README.md | 6 |
2 files changed, 5 insertions, 5 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 = { @@ -1,4 +1,8 @@ -# Wacky's Dev Environment - MacOS +# ┌────────────────────┐ + │░█░█░█▀█░█▀▀░█░█░█░█│ + │░█▄█░█▀█░█░░░█▀▄░░█░│ + │░▀░▀░▀░▀░▀▀▀░▀░▀░░▀░│ + └────────────────────┘.config why are you looking at this, its terrible... |
