1
Fork 0

Modified nvim setup a bit + installed game apps (steam, lutris, etc)

This commit is contained in:
Matei Adriel 2023-04-25 16:35:09 +03:00
parent ed7dbca71c
commit b24d90dfbd
No known key found for this signature in database
20 changed files with 184 additions and 37 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -159,6 +159,10 @@ local servers = {
forwardSearchAfter = true,
onSave = true,
},
chktex = {
onOpenAndSave = true,
onEdit = true,
},
},
},
},