diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-04-09 21:36:59 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-04-09 21:36:59 +0200 |
| commit | f0674b6a5337476bd0652a9e9f3c27198296773f (patch) | |
| tree | 91e3d8923b280b5b00c207fadb0c7df8509e1d6a /lua/pml68/configs | |
| parent | feat: remove ESC remap for closing terminal (diff) | |
| download | nvim-f0674b6a5337476bd0652a9e9f3c27198296773f.tar.gz | |
feat: add VimTex plugin
Diffstat (limited to 'lua/pml68/configs')
| -rw-r--r-- | lua/pml68/configs/cmp.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/pml68/configs/cmp.lua b/lua/pml68/configs/cmp.lua index 185c528..5954499 100644 --- a/lua/pml68/configs/cmp.lua +++ b/lua/pml68/configs/cmp.lua @@ -3,8 +3,9 @@ local cmp = require("cmp") cmp.setup({ sources = { {name = 'nvim_lsp'}, + {name = 'path'}, + {name = 'vimtex'}, {name = 'crates'}, - {name = 'path'} }, window = { completion = { |
