AutoYADM commit: 2024-11-19 16:15:02
This commit is contained in:
parent
467a7a55d3
commit
2833c80156
2 changed files with 13 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue