More hyprland config / rearranging, adds some notes, adds gpg scdaemon.conf

This commit is contained in:
2025-09-23 20:37:04 -04:00
parent f660c0fa23
commit 379319dac7
7 changed files with 38 additions and 34 deletions

View File

@@ -22,7 +22,6 @@ return {
"dockerfile",
"editorconfig",
"ini",
"json",
"jq",
"latex",
"make",
@@ -54,10 +53,10 @@ return {
library = vim.api.nvim_get_runtime_file("", true),
},
telemetry = {
enable = false
}
enable = false,
},
},
}
},
},
marksman = {},
sourcekit = {},
@@ -74,9 +73,9 @@ return {
end,
sourcekit = function(_, opts)
opts.cmd = {
vim.trim(vim.fn.system("xcrun -f sourcekit-lsp")) or nil
vim.trim(vim.fn.system("xcrun -f sourcekit-lsp")) or nil,
}
end
end,
},
},
},