New plugins

This commit is contained in:
2023-11-30 14:28:09 +01:00
parent 8d2bf49223
commit 86ccf3bb2d
5 changed files with 119 additions and 5 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ require('lspconfig').ruff_lsp.setup {
init_options = {
settings = {
-- Any extra CLI arguments for `ruff` go here.
args = {},
args = {"--ignore", "E741"},
}
}
}
+1 -1
View File
@@ -168,7 +168,7 @@ local options = {
}
},
extensions_list = { "themes", "terms", "fzf" },
extensions_list = { "themes", "terms", "fzf", "macrothis" },
extensions = {
fzf = {
fuzzy = true,