diff options
| author | Chris <[email protected]> | 2021-03-22 14:03:54 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-03-22 14:03:54 -0400 | 
| commit | a9dae4e3a541362dc715338f46619e42b6bf7b94 (patch) | |
| tree | 6962b12a0c29f029514953aacf606b7ca6c1ed70 /lua/nv-compe | |
| parent | 0d6993e995e27f15e042afb6449e7a39b725bf30 (diff) | |
fix spelling
Diffstat (limited to 'lua/nv-compe')
| -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 8dc020a1..74252d90 100644 --- a/lua/nv-compe/init.lua +++ b/lua/nv-compe/init.lua @@ -21,7 +21,7 @@ require'compe'.setup {          vsnip = {kind = "  "},          nvim_lsp = {kind = "  "},          nvim_lua = {kind = "  "}, -        -- spell = {kind = "  ", filetypes = "markdown"}, +        spell = {kind = "  "},          tags = false,          snippets_nvim = {kind = "  "},          treesitter = {kind = "  "}, | 
