Compare commits

...

2 Commits

Author SHA1 Message Date
cool-mist 040ef6d8c5 fix neotree reveal 2026-05-28 22:25:38 +05:30
cool-mist 6acf4ef686 remove copilot 2026-05-28 13:29:37 +05:30
+1 -7
View File
@@ -102,7 +102,7 @@ lazy.setup({
{
"nvim-neo-tree/neo-tree.nvim",
keys = {
{ "<leader>e", "<cmd>Neotree toggle<cr>", desc = "NeoTree" },
{ "<leader>e", "<cmd>Neotree reveal toggle<cr>", desc = "NeoTree" },
},
dependencies = {
"nvim-tree/nvim-web-devicons",
@@ -328,12 +328,6 @@ lazy.setup({
end
},
-- Copilot!!
-- {
-- "github/copilot.vim",
-- event = { "BufReadPre", "BufNewFile" },
-- },
-- 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
-- (and dap servers). Mason-lspconfig is the plugin that will configure the lsp servers