Disabled LSP highlight in favor of TreeSitter
This commit is contained in:
parent
8baf5a8e82
commit
b2794b186d
|
@ -23,6 +23,7 @@ vim.keymap.set('n', '<leader>ss', '<cmd>Telescope spell_suggest<cr>', opts)
|
||||||
vim.keymap.set('n', '<leader>t', '<cmd>Telescope<cr>', opts)
|
vim.keymap.set('n', '<leader>t', '<cmd>Telescope<cr>', opts)
|
||||||
|
|
||||||
local on_attach = function(client, bufnr)
|
local on_attach = function(client, bufnr)
|
||||||
|
client.server_capabilities.semanticTokensProvider = nil
|
||||||
vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc')
|
vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc')
|
||||||
|
|
||||||
-- Mappings
|
-- Mappings
|
||||||
|
|
Loading…
Reference in New Issue