diff options
author | christianchiarulli <[email protected]> | 2021-04-08 11:55:44 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-04-08 11:55:44 -0400 |
commit | e6e05587965042c274b682984c458cc7dbc11886 (patch) | |
tree | a997251d2c44cb9ded6c2e554153dd87c4671400 /lua/nv-compe/init.lua | |
parent | c916d22e603969c5fdd7a1da19ffd6182029abc6 (diff) |
update
Diffstat (limited to 'lua/nv-compe/init.lua')
-rw-r--r-- | lua/nv-compe/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nv-compe/init.lua b/lua/nv-compe/init.lua index 4837383e..61270960 100644 --- a/lua/nv-compe/init.lua +++ b/lua/nv-compe/init.lua @@ -28,7 +28,7 @@ require'compe'.setup { -- snippets_nvim = {kind = " "}, -- ultisnips = {kind = " "}, -- treesitter = {kind = " "}, - emoji = {kind = " ﲃ ", filetypes={"markdown"}} + emoji = {kind = " ﲃ ", filetypes={"markdown", "text"}} -- for emoji press : (idk if that in compe tho) } } |