First Commit
This commit is contained in:
9
data/lsp_servers/theme_check.lua
Normal file
9
data/lsp_servers/theme_check.lua
Normal file
@ -0,0 +1,9 @@
|
||||
local lsp_config = require('plugins/nvim-lspconfig')
|
||||
local on_attach = require('lsp/on_attach')
|
||||
|
||||
lsp_config.tsserver.setup({
|
||||
on_attach = function(client)
|
||||
client.resolved_capabilities.document_formatting = false
|
||||
on_attach(client)
|
||||
end
|
||||
})
|
||||
Reference in New Issue
Block a user