feat: update README and configuration for Neovim installation and emoji font support

Signed-off-by: juliano.barbosa <julianomb@gmail.com>
This commit is contained in:
Juliano Barbosa 2025-02-22 15:39:39 -03:00
commit 263fb0de4c
4 changed files with 12 additions and 10 deletions

View file

@ -676,7 +676,6 @@ require('lazy').setup({
return
end
if client and client.supports_method(vim.lsp.protocol.Methods.textDocument_documentHighlight) then
local highlight_augroup = vim.api.nvim_create_augroup('kickstart-lsp-highlight', { clear = false })
vim.api.nvim_create_autocmd({ 'CursorHold', 'CursorHoldI' }, {
buffer = event.buf,