chore: usused
This commit is contained in:
parent
9421c4a813
commit
ee416a237b
@ -5,32 +5,6 @@ M.has_words_before = function()
|
|||||||
return col ~= 0 and vim.api.nvim_buf_get_lines(0, line - 1, line, true)[1]:sub(col, col):match '%s' == nil
|
return col ~= 0 and vim.api.nvim_buf_get_lines(0, line - 1, line, true)[1]:sub(col, col):match '%s' == nil
|
||||||
end
|
end
|
||||||
|
|
||||||
--[=[ function M.on_attach(client, bufnr)
|
|
||||||
--[[ vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc') ]]
|
|
||||||
if client.name == 'jdt.ls' then
|
|
||||||
client.server_capabilities.documentFormattingProvider = false
|
|
||||||
vim.lsp.codelens.refresh()
|
|
||||||
if JAVA_DAP_ACTIVE then
|
|
||||||
require('jdtls').setup_dap { hotcodereplace = 'auto' }
|
|
||||||
require('jdtls.dap').setup_dap_main_class_configs()
|
|
||||||
end
|
|
||||||
end
|
|
||||||
local ft = vim.api.nvim_buf_get_option(bufnr, 'filetype')
|
|
||||||
local has_formatter = require('null-ls.sources').get_available(ft, 'NULL_LS_FORMATTING') > 0
|
|
||||||
|
|
||||||
local enable = false
|
|
||||||
if has_formatter and not client.name == 'clangd' then
|
|
||||||
enable = client.name == 'null-ls'
|
|
||||||
else
|
|
||||||
enable = not (client.name == 'null-ls')
|
|
||||||
end
|
|
||||||
|
|
||||||
-- util.info(client.name .. " " .. (enable and "yes" or "no"), "format")
|
|
||||||
client.server_capabilities.documentFormattingProvider = enable
|
|
||||||
-- client.server_capabilities.semanticTokensProvider = false
|
|
||||||
client.server_capabilities.semanticTokensProvider = nil
|
|
||||||
end ]=]
|
|
||||||
|
|
||||||
M.lsp_config = {
|
M.lsp_config = {
|
||||||
-- virtual_text = {
|
-- virtual_text = {
|
||||||
-- prefix = '●',
|
-- prefix = '●',
|
||||||
|
@ -93,7 +93,6 @@ return {
|
|||||||
},
|
},
|
||||||
sources = {
|
sources = {
|
||||||
{ name = 'nvim_lsp' },
|
{ name = 'nvim_lsp' },
|
||||||
{ name = 'neorg' },
|
|
||||||
{ name = 'path' },
|
{ name = 'path' },
|
||||||
{ name = 'snippy' },
|
{ name = 'snippy' },
|
||||||
{ name = 'buffer' },
|
{ name = 'buffer' },
|
||||||
|
Loading…
Reference in New Issue
Block a user