master #1

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

View File

@@ -30,11 +30,6 @@ return {
return vim.api.nvim_replace_termcodes(str, true, true, true) return vim.api.nvim_replace_termcodes(str, true, true, true)
end end
local check_back_space = function()
local col = vim.fn.col('.') - 1
return col == 0 or vim.fn.getline('.'):sub(col, col):match('%s') ~= nil
end
cmp.setup({ cmp.setup({
formatting = { formatting = {
format = require('lspkind').cmp_format({ format = require('lspkind').cmp_format({