Improved gruvbox and added autopairs
This commit is contained in:
parent
7b873aaede
commit
e8483645af
2 changed files with 8 additions and 0 deletions
|
|
@ -1,2 +1,6 @@
|
|||
vim.o.termguicolors = true
|
||||
vim.g.gruvbox_contrast_dark = 'hard'
|
||||
vim.g.gruvbox_contrast_light = 'hard'
|
||||
vim.g.gruvbox_improved_strings = 1
|
||||
vim.g.gruvbox_improved_warnings = 1
|
||||
vim.cmd [[colorscheme gruvbox]]
|
||||
|
|
|
|||
|
|
@ -18,6 +18,10 @@ local plugins = {
|
|||
'nvim-tree/nvim-web-devicons',
|
||||
'nvim-lualine/lualine.nvim',
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
{'windwp/nvim-autopairs',
|
||||
event = "InsertEnter",
|
||||
opts = {} -- this is equalent to setup({}) function
|
||||
},
|
||||
-- fzf
|
||||
{
|
||||
'nvim-telescope/telescope.nvim',
|
||||
|
|
|
|||
Loading…
Reference in a new issue