mirror of
https://github.com/sadan4/nvim.git
synced 2025-06-08 12:53:02 -04:00
add keymaps and plugins
This commit is contained in:
parent
671a7efdb9
commit
f5c8df2248
3 changed files with 27 additions and 17 deletions
|
@ -2,18 +2,19 @@ local plugins = {
|
|||
{
|
||||
"williamboman/mason.nvim",
|
||||
},
|
||||
{
|
||||
"ray-x/lsp_signature.nvim"
|
||||
},
|
||||
{
|
||||
"ray-x/lsp_signature.nvim",
|
||||
},
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
},
|
||||
{
|
||||
"p00f/clangd_extensions.nvim",
|
||||
},
|
||||
{ "folke/neodev.nvim", opts = {} },
|
||||
{
|
||||
"p00f/clangd_extensions.nvim",
|
||||
},
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue