Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 789c712

Browse files
author
connorgmeean
committed
feat(lsp): Enabled ghost_text by default
1 parent 276d65b commit 789c712

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lua/doom/modules/features/lsp/init.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ lsp.settings = {
3535
hint = "",
3636
info = "",
3737
},
38-
virtual_text = false,
3938
severity_sort = true,
4039
completion = {
4140
kinds = {
@@ -65,6 +64,9 @@ lsp.settings = {
6564
Operator = "",
6665
TypeParameter = "",
6766
},
67+
experimental = {
68+
ghost_text = true
69+
},
6870
completeopt = "menu,menuone,preview,noinsert",
6971
window = {
7072
documentation = {

0 commit comments

Comments
 (0)