diff options
| author | 2023-04-13 00:39:31 -0400 | |
|---|---|---|
| committer | 2023-04-13 00:39:31 -0400 | |
| commit | 6273b6d43aedc6b00b82e1081db14c39194da765 (patch) | |
| tree | c6b1b1e6f9391696001375cb93ecd34449eefe0c /dot_config/nvim/lua/blackhole.lua | |
| parent | nvim: add rudimentary treesitter folding support (diff) | |
nvim: redo the whole thing
reasons tm
Diffstat (limited to 'dot_config/nvim/lua/blackhole.lua')
| -rw-r--r-- | dot_config/nvim/lua/blackhole.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dot_config/nvim/lua/blackhole.lua b/dot_config/nvim/lua/blackhole.lua deleted file mode 100644 index c57c300..0000000 --- a/dot_config/nvim/lua/blackhole.lua +++ /dev/null @@ -1,6 +0,0 @@ --- black hole object --- you can access and call and set things however you want --- it will never do anything - -local f = function (self) return self end -return setmetatable({}, {__call = f, __index = f, __newindex = f}) |
