Modify Neovim configs

This commit is contained in:
Lavender 2021-04-27 16:53:35 -07:00
parent b28f29cf4f
commit a00965a991
Signed by: endie
GPG Key ID: CC5162D7C2146F01
2 changed files with 23 additions and 4 deletions

View File

@ -6,7 +6,26 @@ Clipboard = true
SmoothScroll = true
IndentGuide = true
ExtCmdline = true
ExtPopupmenu = true
ExtTabline = true
DrawWindowSeparator = true
WindowSeparatorColor = "#bdbdbd"
[MiniMap]
Disable = false
Visible = true
Width = 100
[SideBar]
Visible = true
Width = 100
DropShadow = true
AccentColor = "#333"
[TabLine]
Visible = true
ShowIcon = true

View File

@ -1,10 +1,10 @@
require("packer").startup({{
"wbthomason/packer.nvim",
{
"lukas-reineke/indent-blankline.nvim",
branch = "lua",
},
-- {
-- "lukas-reineke/indent-blankline.nvim",
-- branch = "lua",
-- },
{
"olimorris/onedark.nvim",