Adjust neovim key mappings and themes, add initial dap configs

This commit is contained in:
2025-10-01 12:43:48 -05:00
parent a1d9a1de29
commit 3ba8b1699c
7 changed files with 209 additions and 46 deletions

View File

@@ -9,9 +9,8 @@ return {
"hrsh7th/cmp-path",
"hrsh7th/cmp-cmdline",
"hrsh7th/nvim-cmp",
-- snippets, using luasnip for now
"L3MON4D3/LuaSnip",
"saadparwaiz1/cmp_luasnip",
"L3MON4D3/LuaSnip", -- snippets, using luasnip for now
"saadparwaiz1/cmp_luasnip", -- snippets, using luasnip for now
},
config = function()
@@ -115,7 +114,7 @@ return {
},
})
-- TODO: enables needed? or does neovim/nvim-lspconfig cover by default?
-- TODO: needed? seems like neovim/nvim-lspconfig covers by default
-- vim.lsp.enable('clangd')
-- vim.lsp.enable('ruby_lsp')
-- vim.lsp.enable('standardrb')