Installed tabnine

This commit is contained in:
Kristofers Solo
2023-06-14 17:40:26 +03:00
parent b6665c490e
commit 3bbf37a81b
51 changed files with 866 additions and 524 deletions

6
lua/plugins/dap.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
{ "mfussenegger/nvim-dap", lazy = true },
{ "rcarriga/nvim-dap-ui", lazy = true },
{ "jayp0521/mason-nvim-dap.nvim", lazy = true },
{ "ravenxrz/DAPInstall.nvim", lazy = true },
}