diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-08-15 20:28:13 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-08-15 20:28:13 +0200 |
| commit | 17e319a4455f3135ed3cc759dee8ba5034fde75b (patch) | |
| tree | 6d07c1875ae2736a5f3eb026a243328ab5c73fca /.config/nvim/lua/pm/plugins/cmp-path/load.lua | |
| parent | 346854ff3ea83202de7437f01f1c1c336f4c3edf (diff) | |
Diffstat (limited to '.config/nvim/lua/pm/plugins/cmp-path/load.lua')
| -rw-r--r-- | .config/nvim/lua/pm/plugins/cmp-path/load.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/lua/pm/plugins/cmp-path/load.lua b/.config/nvim/lua/pm/plugins/cmp-path/load.lua new file mode 100644 index 0000000..b007d93 --- /dev/null +++ b/.config/nvim/lua/pm/plugins/cmp-path/load.lua @@ -0,0 +1 @@ +return { "hrsh7th/cmp-path" } |