chore(astronvim): Updated configurations

- Comment line changes
- Open trouble automagically
- Do not hide gitignored files from tree
- Tweaked nyancat dashboard header
This commit is contained in:
2023-06-08 14:31:16 +03:00
parent 2b06642e4b
commit 8f8851d08f
3 changed files with 29 additions and 23 deletions

View File

@@ -1,5 +1,7 @@
return { -- Add the community repository of plugin specifications
"AstroNvim/astrocommunity", -- example of imporing a plugin, comment out to use it or add your own
return {
-- Add the community repository of plugin specifications
"AstroNvim/astrocommunity",
-- example of imporing a plugin, comment out to use it or add your own.
-- available plugins can be found at
-- https://github.com/AstroNvim/astrocommunity
{
@@ -27,7 +29,7 @@ return { -- Add the community repository of plugin specific
{
"folke/trouble.nvim",
opts = {
auto_open = false,
auto_open = true,
position = "right"
}
},