mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-01 10:47:24 +00:00
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:
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user