feat: with nullls

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-07 23:37:23 +02:00
parent a78794e2b9
commit a86c163288
6 changed files with 95 additions and 34 deletions

6
lua/plugins/tmux.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
"aserowy/tmux.nvim",
config = function()
require("tmux").setup()
end
}