run last now executes termexec script, will break remote configs...

This commit is contained in:
venus
2026-03-15 04:26:28 -05:00
parent dcfe759794
commit 27820d5005
3 changed files with 15 additions and 13 deletions

View File

@@ -30,6 +30,7 @@ require("lazy").setup({
{'akinsho/toggleterm.nvim', version = "*", config = true}, -- terminal toggling and commands
{ 'nvim-java/nvim-java', config = function() require('java').setup() vim.lsp.enable('jdtls') end, }, --jave QOL
{ 'RRethy/base16-nvim', config = function() require('matugen').setup() end,}, --colorshceme for noctalia integration
{ "lervag/vimtex", lazy = false, init = function() vim.g.vimtex_view_method = "zathura" end } -- for latex editing
},
},
-- Configure any other settings here. See the documentation for more details.