diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-07 13:29:18 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-07 13:29:18 -0400 |
| commit | c37d47e19df8559f5b7dcd40aca832623a6fa9b0 (patch) | |
| tree | bf5aca2a488f3400a3be80b77a840626ee7b7b6b /pkgs/custom-neovim/config/lua/plugins/cmp.lua | |
| parent | bf773a2df0ccb96d7539b379585e1ef59d80892c (diff) | |
neovim: idek
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/cmp.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/cmp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/cmp.lua b/pkgs/custom-neovim/config/lua/plugins/cmp.lua new file mode 100644 index 0000000..2ef2cca --- /dev/null +++ b/pkgs/custom-neovim/config/lua/plugins/cmp.lua @@ -0,0 +1 @@ +require("nvim-cmp").setup() |
