Update dotfiles

This commit is contained in:
2024-05-23 17:13:31 -05:00
parent 7f079a205e
commit b413c6186a
5 changed files with 48 additions and 19 deletions

View File

@@ -17,7 +17,6 @@ local plugins = {
'hrsh7th/nvim-cmp',
'hrsh7th/cmp-nvim-lsp',
'hrsh7th/cmp-path',
'L3MON4D3/LuaSnip',
'rust-lang/rust.vim',
@@ -27,6 +26,12 @@ local plugins = {
opts={},
},
{
'kaarmu/typst.vim',
ft = 'typst',
lazy = false,
},
}
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"