firefox: add addons per nix
This commit is contained in:
parent
1f76c7359e
commit
a5226f566e
14 changed files with 422 additions and 241 deletions
|
|
@ -281,4 +281,15 @@ return {
|
|||
},
|
||||
{ "akinsho/git-conflict.nvim", version = "*", config = true },
|
||||
{ "Hoffs/omnisharp-extended-lsp.nvim" },
|
||||
{
|
||||
"barreiroleo/ltex_extra.nvim",
|
||||
branch = "dev",
|
||||
ft = { "markdown", "tex", "typst", "typ", "text" },
|
||||
config = function()
|
||||
require("ltex_extra").setup({
|
||||
load_langs = { "en-US" },
|
||||
path = vim.fn.stdpath("config") .. "/spell",
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue