Skip to content
Snippets Groups Projects
Commit fdb76aaf authored by codecraft's avatar codecraft :crocodile:
Browse files

Adding nord colorscheme and fixing bug with dap update

parent fcce0a4b
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
-- tokyonight-day
-- tokyonight-moon
-- lunar
-- nord
-- Configurable (in colorschemeconfig, activate here):
-- onedark
......
......@@ -104,6 +104,7 @@ require('packer').startup(function(use)
use 'lewis6991/gitsigns.nvim'
use 'navarasu/onedark.nvim' -- Theme inspired by Atom
use 'shaunsingh/nord.nvim'
use { "catppuccin/nvim", as = "catppuccin" }
use 'morhetz/gruvbox'
use 'folke/tokyonight.nvim'
......
......@@ -8,4 +8,3 @@ require('mason-nvim-dap').setup({
ensure_installed = vim.tbl_keys(daps),
automatic_setup = true
})
require('mason-nvim-dap').setup_handlers {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment