Adjust neovim key mappings and themes, add initial dap configs
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user