Modify Neovim configs
This commit is contained in:
parent
b28f29cf4f
commit
a00965a991
2 changed files with 23 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue