feat: Working on trying lazyvim

This commit is contained in:
2025-03-31 09:33:04 -04:00
parent 4624fa48d3
commit 5dc1b33da8
7 changed files with 13 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
[mounts]
path = /Users/michael/.local/share/password-store
[recipients]
hash = 3199e2acda60d6f17a15882ba11749feda9775cf848554c8f04f12bc84521fd3
hash = 5427c9f1848d203e021059f9416d1a809b43a3c1b4501ccae6332cd3a945d080
[mounts "servers"]
path = /Users/michael/.local/share/gopass/stores/servers
[recipients "homelab"]

View File

@@ -10,4 +10,4 @@ max-cache-ttl 120
#pinentry-program /usr/bin/pinentry-x11
#pinentry-program /usr/local/bin/pinentry-curses
#pinentry-program /opt/homebrew/bin/pinentry-mac
pinentry-program /opt/homebrew/bin/pinentry-mac

View File

@@ -5,7 +5,11 @@
"lazyvim.plugins.extras.formatting.prettier",
"lazyvim.plugins.extras.lang.ansible",
"lazyvim.plugins.extras.lang.clangd",
"lazyvim.plugins.extras.lang.docker"
"lazyvim.plugins.extras.lang.docker",
"lazyvim.plugins.extras.lang.toml",
"lazyvim.plugins.extras.ui.mini-indentscope",
"lazyvim.plugins.extras.util.dot",
"lazyvim.plugins.extras.util.mini-hipatterns"
],
"news": {
"NEWS.md": "10960"

View File

@@ -8,7 +8,7 @@ createCmd("BufEnter", {
pattern = { "*.md", "*.markdown", "*.txt", "*.tex" },
group = spellGroup,
callback = function(_)
vim.cmd.setlocal("textwidth=80")
vim.cmd.setlocal("textwidth=100")
vim.cmd.setlocal("spell spelllang=en_us")
end,
})

View File

@@ -1,3 +1,4 @@
return {
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
{ "akinsho/bufferline.nvim", enabled = false },
}

View File

@@ -6,12 +6,9 @@ return {
markdown = {
"prettier",
prepend_args = {
"--print-width",
"100",
"--prose-wrap",
"always",
"--parser",
"markdown",
"--print-width", "100",
"--prose-wrap", "always",
"--parser", "markdown",
},
},
swift = { "swiftformat" },

View File

@@ -1,6 +1,7 @@
return {
{
import = "lazyvim.plugins.extras.editor.telescope",
enabled = false,
opts = {
ensure_installed = {
"swift",