AutoYADM commit: 2024-11-19 16:15:02

This commit is contained in:
Daniel Fichtinger 2024-11-19 16:15:02 -05:00
parent 467a7a55d3
commit 2833c80156
2 changed files with 13 additions and 1 deletions

View file

@ -1,4 +1,16 @@
return {
{
"barreiroleo/ltex_extra.nvim",
opts = {
load_langs = {
"en",
"en-US",
"en-CA",
},
path = vim.fn.expand("~") .. "/.local/share/ltex",
log_level = "warn",
},
},
{
"neovim/nvim-lspconfig",
opts = {