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
|
SmoothScroll = true
|
||||||
|
|
||||||
|
IndentGuide = true
|
||||||
|
|
||||||
|
ExtCmdline = true
|
||||||
|
ExtPopupmenu = true
|
||||||
|
ExtTabline = true
|
||||||
|
|
||||||
|
DrawWindowSeparator = true
|
||||||
|
WindowSeparatorColor = "#bdbdbd"
|
||||||
|
|
||||||
[MiniMap]
|
[MiniMap]
|
||||||
Disable = false
|
Disable = false
|
||||||
Visible = true
|
Visible = true
|
||||||
Width = 100
|
Width = 100
|
||||||
|
|
||||||
|
[SideBar]
|
||||||
|
Visible = true
|
||||||
|
Width = 100
|
||||||
|
DropShadow = true
|
||||||
|
AccentColor = "#333"
|
||||||
|
|
||||||
|
[TabLine]
|
||||||
|
Visible = true
|
||||||
|
ShowIcon = true
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
require("packer").startup({{
|
require("packer").startup({{
|
||||||
"wbthomason/packer.nvim",
|
"wbthomason/packer.nvim",
|
||||||
|
|
||||||
{
|
-- {
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
-- "lukas-reineke/indent-blankline.nvim",
|
||||||
branch = "lua",
|
-- branch = "lua",
|
||||||
},
|
-- },
|
||||||
|
|
||||||
{
|
{
|
||||||
"olimorris/onedark.nvim",
|
"olimorris/onedark.nvim",
|
||||||
|
|
Loading…
Reference in a new issue