diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-02 17:31:14 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-02 23:12:59 -0400 |
| commit | b59291b870bc7f54bf4831496665c3202b7bc3cd (patch) | |
| tree | 5cf43b9ec153262dd7143a159230f7cbca66080b /pkgs/custom-neovim/config/lua/plugins/dropbar.lua | |
| parent | ea1c4befb8cc099fd9224c6f4dc1110f97a99883 (diff) | |
neovim: added dropbar
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/dropbar.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/dropbar.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/dropbar.lua b/pkgs/custom-neovim/config/lua/plugins/dropbar.lua new file mode 100644 index 0000000..6d78b09 --- /dev/null +++ b/pkgs/custom-neovim/config/lua/plugins/dropbar.lua @@ -0,0 +1 @@ +require("dropbar").setup {} |
