AutoYADM commit: 2024-12-13 14:00:02

This commit is contained in:
Daniel Fichtinger 2024-12-13 14:00:02 -05:00
parent 953a531bc5
commit 64686a9859
3 changed files with 2 additions and 4 deletions

View file

@ -8,7 +8,6 @@
"catppuccin": { "branch": "main", "commit": "faf15ab0201b564b6368ffa47b56feefc92ce3f4" },
"clangd_extensions.nvim": { "branch": "main", "commit": "8f7b72100883e0e34400d9518d40a03f21e4d0a6" },
"cmake-tools.nvim": { "branch": "master", "commit": "53bc5261e1e0b0d28be465d2b2b07a6f0646e1eb" },
"cmp-git": { "branch": "main", "commit": "ec049036e354ed8ed0215f2427112882e1ea7051" },
"conform.nvim": { "branch": "master", "commit": "f4e8837878fc5712d053ba3091a73d27d96a09e2" },
"copilot-cmp": { "branch": "master", "commit": "b6e5286b3d74b04256d0a7e3bd2908eabec34b44" },
"copilot.lua": { "branch": "master", "commit": "d3783b9283a7c35940ed8d71549030d5f5f9f980" },

View file

@ -30,7 +30,6 @@
"lazyvim.plugins.extras.lang.yaml",
"lazyvim.plugins.extras.lang.zig",
"lazyvim.plugins.extras.test.core",
"lazyvim.plugins.extras.ui.mini-indentscope",
"lazyvim.plugins.extras.ui.treesitter-context",
"lazyvim.plugins.extras.util.dot",
"lazyvim.plugins.extras.util.mini-hipatterns"

View file

@ -21,7 +21,7 @@ local harperSettings = {
terminating_conjunctions = true,
},
}
local enabled = false
local enabled = true
local har = ""
if enabled then
har = "harper_ls"
@ -32,7 +32,7 @@ local spec = {
opts = {
servers = {
harper_ls = {
-- autostart = false,
autostart = false,
filetypes = {
"markdown",
},