diff --git a/README.md b/README.md index e0b0470a..4a128bcf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # kickstart.nvim +https://github.com/kdheepak/kickstart.nvim/assets/1813121/f3ff9a2b-c31f-44df-a4fa-8a0d7b17cf7b + ### Introduction A starting point for Neovim that is: diff --git a/init.lua b/init.lua index 6899a639..3ee1acf1 100644 --- a/init.lua +++ b/init.lua @@ -244,7 +244,6 @@ vim.wo.signcolumn = 'yes' -- Decrease update time vim.o.updatetime = 250 -vim.o.timeout = true vim.o.timeoutlen = 300 -- Set completeopt to have a better completion experience