feat: basic nvim-dap setup
This commit is contained in:
parent
09e5cd383f
commit
8f0b088886
4 changed files with 39 additions and 1 deletions
nvim/plugin
|
@ -6,6 +6,7 @@ vim.g.did_load_plugins_plugin = true
|
|||
-- many plugins annoyingly require a call to a 'setup' function to be loaded,
|
||||
-- even with default configs
|
||||
|
||||
require("dapui").setup()
|
||||
require("copilot_cmp").setup()
|
||||
require('nvim-surround').setup()
|
||||
require('which-key').setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue