1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim: add debugger config

This commit is contained in:
Henrik Hautakoski 2025-12-06 10:38:38 +01:00
parent f7f27ceb89
commit bea35e2f7c
2 changed files with 83 additions and 0 deletions

View file

@ -4,6 +4,7 @@ return {
{ import = "user.plugins.ide.autocomplete" },
{ import = "user.plugins.ide.formatting" },
{ import = "user.plugins.ide.test" },
{ import = "user.plugins.ide.debugger" },
-- Linting
{
'mfussenegger/nvim-lint',