diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-05-14 17:00:51 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-05-14 17:00:51 +0200 |
| commit | 346854ff3ea83202de7437f01f1c1c336f4c3edf (patch) | |
| tree | 16f439c4e5194b9f3e08e5124e1184daf68f24af /.config/nvim/lua/plug.lua | |
| parent | 201e36c823925ccb6d0b608b2ce985ec32b2e276 (diff) | |
add whole neovim config
Diffstat (limited to '.config/nvim/lua/plug.lua')
| -rw-r--r-- | .config/nvim/lua/plug.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/lua/plug.lua b/.config/nvim/lua/plug.lua index 1a78aa8..91aa8be 100644 --- a/.config/nvim/lua/plug.lua +++ b/.config/nvim/lua/plug.lua @@ -60,4 +60,5 @@ require("lazy").setup({ require("nvim-tree").setup {} end, }, + { "elkowar/yuck.vim" } }) |