From 5731b52d3c90c20a1db12a1111b40dca096acaad Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 12 Jul 2023 12:17:40 +0800 Subject: [PATCH] feat: astronvim comments --- home/base/desktop/neovim/astronvim_user_init.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/base/desktop/neovim/astronvim_user_init.lua b/home/base/desktop/neovim/astronvim_user_init.lua index fd56bf1c..6589faa6 100644 --- a/home/base/desktop/neovim/astronvim_user_init.lua +++ b/home/base/desktop/neovim/astronvim_user_init.lua @@ -20,6 +20,7 @@ return { -- Fully featured & enhanced replacement for copilot.vim -- work with both auto completion in cmp and copilot { import = "astrocommunity.completion.copilot-lua" }, + -- Debugging plugins { "jay-babu/mason-nvim-dap.nvim", config = function() @@ -31,6 +32,7 @@ return { dap.configurations.go = configurations.delve end, }, + -- File explorer(Custom configs) { "nvim-neo-tree/neo-tree.nvim", opts = { @@ -41,6 +43,7 @@ return { }, } }, + -- Formatting & diagnostics { "jose-elias-alvarez/null-ls.nvim", opts = function(_, opts) @@ -65,6 +68,7 @@ return { return opts end, }, + -- Language Parser for syntax highlighting / indentation / folding / Incremental selection { "nvim-treesitter/nvim-treesitter", opts = {