This commit is contained in:
Zackarias Montell
2026-04-23 10:21:07 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ local default_prog = {
"& { . ~/.profile.ps1; $host.EnterNestedPrompt() }",
}
--default_prog = {"ubuntu"}
-- default_prog = {"ubuntu"}
return {
default_prog = default_prog,

View File

@@ -104,12 +104,14 @@ vim.pack.add({
"https://github.com/jay-babu/mason-nvim-dap.nvim", -- Automatically install DAP adapters
"https://github.com/thehamsta/nvim-dap-virtual-text", -- Virtual text for nvim dap
"https://github.com/mfussenegger/nvim-dap-python", -- Python support for nvim-dap
"https://github.com/LunarVim/bigfile.nvim",
})
-- SECTION: Colorscheme
vim.cmd("colorscheme catppuccin-mocha")
-- SECTION: General plugin setup
require("bigfile").setup()
-- Folke
require("lazydev").setup({