kitchen sink again :(
This commit is contained in:
@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user