aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/configs
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-04-09 21:36:59 +0200
committerpml68 <tutorialmester@gmail.com>2024-04-09 21:36:59 +0200
commitf0674b6a5337476bd0652a9e9f3c27198296773f (patch)
tree91e3d8923b280b5b00c207fadb0c7df8509e1d6a /lua/pml68/configs
parentfeat: remove ESC remap for closing terminal (diff)
downloadnvim-f0674b6a5337476bd0652a9e9f3c27198296773f.tar.gz
feat: add VimTex plugin
Diffstat (limited to '')
-rw-r--r--lua/pml68/configs/cmp.lua3
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 = {