kitchen sink again :(

This commit is contained in:
2025-05-06 16:51:24 -05:00
parent 3094bf2a39
commit 7c3289fded
51 changed files with 544 additions and 792 deletions

View File

@ -1,11 +1,11 @@
return { 'williamboman/mason.nvim',
return { "williamboman/mason.nvim",
disable = not vim.fn.has("nvim-0.7.0"),
function()
local mason = require('mason')
local mason = require("mason")
mason.setup {
ui = {
border = "solid",
border = vim.g.border_style,
width = 0.8,
height = 0.9,