From 3c64ecfdc2ef309b04e816e360c69f0d2a40e9d9 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Fri, 9 May 2025 13:30:39 +0300 Subject: fix: disable ghost text in cmdline --- lua/config/plugins/completion.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lua/config/plugins') diff --git a/lua/config/plugins/completion.lua b/lua/config/plugins/completion.lua index 84b17dd..f567f72 100644 --- a/lua/config/plugins/completion.lua +++ b/lua/config/plugins/completion.lua @@ -44,6 +44,12 @@ return { ghost_text = { enabled = true }, }, + cmdline = { + completion = { + ghost_text = { enabled = false }, + }, + }, + sources = { default = { "lazydev", "lsp", "path", "snippets", "buffer" }, providers = { -- cgit v1.2.3-70-g09d2