smallest change

This commit is contained in:
zack 2025-03-22 16:03:07 -04:00
parent 4cca1dc327
commit 9c83ba6849
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
77 changed files with 36828 additions and 1516 deletions

View file

@ -22,8 +22,11 @@
"lazyvim.plugins.extras.lang.elixir",
"lazyvim.plugins.extras.lang.tex",
"lazyvim.plugins.extras.lang.go",
"lazyvim.plugins.extras.lang.python",
"lazyvim.plugins.extras.lang.zig",
"lazyvim.plugins.extras.lang.typescript",
"lazyvim.plugins.extras.test.core",
"lazyvim.plugins.extras.util.rest",
"lazyvim.plugins.extras.util.dot",
"lazyvim.plugins.extras.util.mini-hipatterns",
"lazyvim.plugins.extras.coding.luasnip",
@ -32,5 +35,5 @@
"news": {
"NEWS.md": "6520"
},
"version": 7
"version": 8
}

View file

@ -2,10 +2,20 @@ return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin-macchiato",
colorscheme = "catppuccin-mocha",
news = { lazyvim = false },
},
},
{
"drewxs/ash.nvim",
lazy = false,
priority = 1000,
},
{
"dgox16/oldworld.nvim",
lazy = false,
priority = 1000,
},
{
"snacks.nvim",
opts = {
@ -16,7 +26,7 @@ return {
preset = {
header = [[
l
l ~
f_,)
]],
@ -24,6 +34,14 @@ return {
},
},
},
-- {
-- "uZer/pywal16.nvim",
-- -- for local dev replace with:
-- -- dir = '~/your/path/pywal16.nvim',
-- config = function()
-- vim.cmd.colorscheme("pywal16")
-- end,
-- },
{
"catppuccin",
opts = {
@ -31,6 +49,13 @@ return {
integrations = {
blink_cmp = true,
},
-- color_overrides = {
-- mocha = {
-- base = "#000000",
-- mantle = "#000000",
-- crust = "#000000",
-- },
-- },
},
},
"f-person/git-blame.nvim",
@ -46,6 +71,7 @@ return {
javascriptreact = { "prettierd" },
javascript = { "prettierd" },
htmlangular = { "prettierd" },
python = { "black" },
},
},
},
@ -75,6 +101,37 @@ return {
-- whitespace = { highlight = "Whitespace", "NonText" },
-- },
},
{
"neovim/nvim-lspconfig",
opts = {
servers = {
emmet_ls = {},
slang = {
inlayHints = {
deducedTypes = true,
paramaterNames = true,
},
},
nil_ls = {
settings = {
["nil"] = {
nix = {
flake = {
autoEvalInputs = true,
nixpkgsInputName = "nixpkgs",
autoArchive = true,
},
maxMemoryMB = 4096,
},
formatting = {
command = { "nixfmt" },
},
},
},
},
},
},
},
-- lua with lazy.nvim
{
"max397574/better-escape.nvim",

View file

@ -58,8 +58,6 @@ in {
(pkgs.rust-bin.selectLatestNightlyWith
(toolchain: toolchain.default))
rust-analyzer
vscode-langservers-extracted
nodePackages.vscode-json-languageserver
nodePackages.typescript-language-server
#nodePackages.astro-language-server
nodePackages.bash-language-server
@ -92,7 +90,7 @@ in {
postgresql
mongosh
gerbera
vscode-extensions.vadimcn.vscode-lldb.adapter
# vscode-extensions.vadimcn.vscode-lldb.adapter
];
plugins = with pkgs.vimPlugins; [
lazy-nix-helper-nvim