Compare commits
2 Commits
3acaf94e3b
...
040ef6d8c5
| Author | SHA1 | Date | |
|---|---|---|---|
| 040ef6d8c5 | |||
| 6acf4ef686 |
@@ -102,7 +102,7 @@ lazy.setup({
|
|||||||
{
|
{
|
||||||
"nvim-neo-tree/neo-tree.nvim",
|
"nvim-neo-tree/neo-tree.nvim",
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>e", "<cmd>Neotree toggle<cr>", desc = "NeoTree" },
|
{ "<leader>e", "<cmd>Neotree reveal toggle<cr>", desc = "NeoTree" },
|
||||||
},
|
},
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-tree/nvim-web-devicons",
|
"nvim-tree/nvim-web-devicons",
|
||||||
@@ -328,12 +328,6 @@ lazy.setup({
|
|||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Copilot!!
|
|
||||||
-- {
|
|
||||||
-- "github/copilot.vim",
|
|
||||||
-- event = { "BufReadPre", "BufNewFile" },
|
|
||||||
-- },
|
|
||||||
|
|
||||||
-- lspconfig is the configuration framework for the nvim lsp client. It has best effort
|
-- lspconfig is the configuration framework for the nvim lsp client. It has best effort
|
||||||
-- configs for every language. Mason.nvim is the plugin that will install the lsp servers
|
-- configs for every language. Mason.nvim is the plugin that will install the lsp servers
|
||||||
-- (and dap servers). Mason-lspconfig is the plugin that will configure the lsp servers
|
-- (and dap servers). Mason-lspconfig is the plugin that will configure the lsp servers
|
||||||
|
|||||||
Reference in New Issue
Block a user