Added asm-lsp and gdb
This commit is contained in:
5
.config/nvim/after/ftplugin/asm.lua
Normal file
5
.config/nvim/after/ftplugin/asm.lua
Normal 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
|
||||
@@ -154,4 +154,8 @@ return {
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
asm_lsp = {
|
||||
mason = false,
|
||||
cmd = { 'asm-lsp' },
|
||||
},
|
||||
}
|
||||
|
||||
@@ -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
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -87,6 +87,8 @@
|
||||
activitywatch
|
||||
awatcher
|
||||
albert
|
||||
gdb
|
||||
asm-lsp
|
||||
];
|
||||
|
||||
# For nixd LSP to recognize what nixpkgs version I use
|
||||
|
||||
Reference in New Issue
Block a user