Merge branch 'main' of https://git.zacke.dev/wholteza/consultant-windows
This commit is contained in:
@@ -9,7 +9,7 @@ local default_prog = {
|
|||||||
"& { . ~/.profile.ps1; $host.EnterNestedPrompt() }",
|
"& { . ~/.profile.ps1; $host.EnterNestedPrompt() }",
|
||||||
}
|
}
|
||||||
|
|
||||||
--default_prog = {"ubuntu"}
|
-- default_prog = {"ubuntu"}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
default_prog = default_prog,
|
default_prog = default_prog,
|
||||||
|
|||||||
@@ -104,12 +104,14 @@ vim.pack.add({
|
|||||||
"https://github.com/jay-babu/mason-nvim-dap.nvim", -- Automatically install DAP adapters
|
"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/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/mfussenegger/nvim-dap-python", -- Python support for nvim-dap
|
||||||
|
"https://github.com/LunarVim/bigfile.nvim",
|
||||||
})
|
})
|
||||||
|
|
||||||
-- SECTION: Colorscheme
|
-- SECTION: Colorscheme
|
||||||
vim.cmd("colorscheme catppuccin-mocha")
|
vim.cmd("colorscheme catppuccin-mocha")
|
||||||
|
|
||||||
-- SECTION: General plugin setup
|
-- SECTION: General plugin setup
|
||||||
|
require("bigfile").setup()
|
||||||
|
|
||||||
-- Folke
|
-- Folke
|
||||||
require("lazydev").setup({
|
require("lazydev").setup({
|
||||||
|
|||||||
Reference in New Issue
Block a user