master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit b7167a3a47 - Show all commits

View File

@@ -89,7 +89,6 @@ local plugins = {
require('setup/indent_blankline')
end,
},
{
'lewis6991/gitsigns.nvim',
config = function()
@@ -147,7 +146,7 @@ local plugins = {
config = function()
require('setup/my_cmp')
end,
event = {'InsertEnter', 'CmdLineEnter'},
event = { 'InsertEnter', 'CmdLineEnter' },
},
{
'neovim/nvim-lspconfig',