Added asm-lsp and gdb

This commit is contained in:
2025-01-18 09:33:28 +02:00
parent ddd0f1552e
commit b971f4a769
4 changed files with 17 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
Event = 'VeryLazy'
vim.opt_local.tabstop = 2 -- number of visual spaces per TAB
vim.opt_local.softtabstop = 2 -- number of idfk tab when editing
vim.opt_local.shiftwidth = 2 -- number of spaces to insert on tab

View File

@@ -154,4 +154,8 @@ return {
-- },
-- },
-- },
asm_lsp = {
mason = false,
cmd = { 'asm-lsp' },
},
}

View File

@@ -24,14 +24,14 @@ return {
-- 'black', -- python formatter
-- 'isort', -- python formatter for imports
-- 'flake8', -- python linter
'gofumpt', -- go formatter
'gofumpt', -- go formatter
'golangci-lint', -- go linter
'prettierd', -- multi-lang formatter
'prettier', -- prettierd but slower, used as a fallback
'jq', -- json formatter
'jsonlint', -- json linter
'prettierd', -- multi-lang formatter
'prettier', -- prettierd but slower, used as a fallback
'jq', -- json formatter
'jsonlint', -- json linter
'shellcheck', -- bash linter
'beautysh', -- shell formatter
'beautysh', -- shell formatter
},
},
},

View File

@@ -87,6 +87,8 @@
activitywatch
awatcher
albert
gdb
asm-lsp
];
# For nixd LSP to recognize what nixpkgs version I use