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/util.lua | |
| parent | nvim: add rudimentary treesitter folding support (diff) | |
nvim: redo the whole thing
reasons tm
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/lua/util.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dot_config/nvim/lua/util.lua b/dot_config/nvim/lua/util.lua deleted file mode 100644 index aa114d8..0000000 --- a/dot_config/nvim/lua/util.lua +++ /dev/null @@ -1,10 +0,0 @@ --- hasplug -local function hp(plug) - return packer_plugins and - packer_plugins[plug] and - packer_plugins[plug].loaded -end - -return { - hp = hp, -} |
