diff options
| author | 2025-07-16 12:41:51 +0300 | |
|---|---|---|
| committer | 2025-07-16 12:41:51 +0300 | |
| commit | 84a2cf373247b66e8d767792904a11825a9e9450 (patch) | |
| tree | 091b0fa659fbcf94db4f6171521dd4b5e1709759 /lua/config/plugins/completion.lua | |
| parent | feat: add window-related keybinds (diff) | |
| download | neovim-configuration-84a2cf373247b66e8d767792904a11825a9e9450.tar.gz neovim-configuration-84a2cf373247b66e8d767792904a11825a9e9450.tar.bz2 neovim-configuration-84a2cf373247b66e8d767792904a11825a9e9450.tar.lz neovim-configuration-84a2cf373247b66e8d767792904a11825a9e9450.tar.xz neovim-configuration-84a2cf373247b66e8d767792904a11825a9e9450.tar.zst neovim-configuration-84a2cf373247b66e8d767792904a11825a9e9450.zip | |
feat: add LuaSnip as snippet engine
Diffstat (limited to '')
| -rw-r--r-- | lua/config/plugins/completion.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/config/plugins/completion.lua b/lua/config/plugins/completion.lua index 2b7e69d..64fdf6c 100644 --- a/lua/config/plugins/completion.lua +++ b/lua/config/plugins/completion.lua @@ -45,6 +45,8 @@ return { ghost_text = { enabled = true }, }, + snippets = { preset = "luasnip" }, + cmdline = { completion = { ghost_text = { enabled = false }, |
