From 25319c7f838598679029193a3b2f9f6d28655f1a Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 15 May 2021 20:54:41 +0200 Subject: updates to nvim --- .config/nvim/lua/_compe/init.lua | 74 ---------------------------------------- 1 file changed, 74 deletions(-) (limited to '.config/nvim/lua/_compe') diff --git a/.config/nvim/lua/_compe/init.lua b/.config/nvim/lua/_compe/init.lua index d386505..95c972d 100644 --- a/.config/nvim/lua/_compe/init.lua +++ b/.config/nvim/lua/_compe/init.lua @@ -33,80 +33,6 @@ require'compe'.setup { } } ---  ---  ---  ---  ---  ---  ---  ---  ---  ---  ---  ---  ---  ---  ---  ---  --- ﬘ ---  ---  ---  --- m ---  ---  ---  ---  - --- local t = function(str) --- return vim.api.nvim_replace_termcodes(str, true, true, true) --- end - --- local check_back_space = function() --- local col = vim.fn.col('.') - 1 --- if col == 0 or vim.fn.getline('.'):sub(col, col):match('%s') then --- return true --- else --- return false --- end --- end - --- -- Use (s-)tab to: --- --- move to prev/next item in completion menuone --- --- jump to prev/next snippet's placeholder --- _G.tab_complete = function() --- if vim.fn.pumvisible() == 1 then --- return t "" --- elseif vim.fn.call("vsnip#available", {1}) == 1 then --- return t "(vsnip-expand-or-jump)" --- elseif check_back_space() then --- return t "" --- else --- return vim.fn['compe#complete']() --- end --- end --- _G.s_tab_complete = function() --- if vim.fn.pumvisible() == 1 then --- return t "" --- elseif vim.fn.call("vsnip#jumpable", {-1}) == 1 then --- return t "(vsnip-jump-prev)" --- else --- return t "" --- end --- end - --- vim.api.nvim_set_keymap("i", "", "v:lua.tab_complete()", {expr = true}) --- vim.api.nvim_set_keymap("s", "", "v:lua.tab_complete()", {expr = true}) --- vim.api.nvim_set_keymap("i", "", "v:lua.s_tab_complete()", {expr = true}) --- vim.api.nvim_set_keymap("s", "", "v:lua.s_tab_complete()", {expr = true}) - - - - - - - local t = function(str) return vim.api.nvim_replace_termcodes(str, true, true, true) end -- cgit v1.2.3-70-g09d2