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:
commit
263fb0de4c
4 changed files with 12 additions and 10 deletions
1
init.lua
1
init.lua
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue