[MINOR] Some small updates to dotfiles , getting ready for arch-config

This commit is contained in:
Afonso Franco 2023-01-29 02:08:14 +00:00
parent 11a280281c
commit 4eb3a06af1
Signed by: afonso
GPG key ID: C459E0BB3DCEE899
11 changed files with 65 additions and 30 deletions

View file

@ -135,7 +135,6 @@ cmp.setup {
local col = context.cursor.col
local char_before_cursor = string.sub(line, col - 1, col - 1)
if char_before_cursor == "." then
if kind == 2 or kind == 5 then
return true
@ -159,6 +158,9 @@ cmp.setup {
{
--This sources will only show up if there aren't any sources from the other list
{ name = "buffer", keyword_length = 5 },
},
{
{ name = "orgmode" }
}
),
confirm_opts = {