my-nvim-config/server/plugin/lsp_config.lua

14 lines
336 B
Lua
Raw Normal View History

local lspconfig = require('lspconfig')
-- lspconfig.pyright.setup {}
-- lspconfig.tsserver.setup {}
-- lspconfig.rust_analyzer.setup {
-- -- Server-specific settings. See `:help lspconfig-setup`
-- settings = {
-- ['rust-analyzer'] = {
-- check = {
-- command = "clippy",
-- }
-- },
-- },
-- }