Updated Desktop dotfiles

This commit is contained in:
2024-05-28 18:52:55 -05:00
parent b413c6186a
commit 4e485e6277
8 changed files with 303 additions and 32 deletions

View File

@@ -33,6 +33,13 @@ local plugins = {
'jalvesaq/Nvim-R',
{
'RaafatTurki/hex.nvim',
config = function()
require('hex').setup()
end
},
}
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"