- started adding dap

This commit is contained in:
Erik Mertens
2025-06-26 07:28:40 +02:00
parent 5942a17ff5
commit f9c8a41cc6
4 changed files with 42 additions and 35 deletions

View File

@ -68,7 +68,12 @@ return { -- LSP Configuration & Plugins
-- for you, so that they are available from within Neovim.
require('mason-tool-installer').setup {}
require('mason-lspconfig').setup {}
require('mason-lspconfig').setup {
ensure_installed = {
"lua_ls", "rust_analyzer", "ts_ls", "vue_ls"
}
}
vim.lsp.config("lua_ls", {
settings = {