Compare commits
2 Commits
0856691343
...
a8934b7442
| Author | SHA1 | Date | |
|---|---|---|---|
| a8934b7442 | |||
| 3036a6f44e |
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user