mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
enc: move lsp config to auto-lsp.nvim
This commit is contained in:
parent
5f766a5717
commit
c09e320633
22 changed files with 253 additions and 293 deletions
|
@ -52,8 +52,10 @@ if pcode.active_rust_config then
|
|||
ft = { "rust" },
|
||||
dependencies = "neovim/nvim-lspconfig",
|
||||
config = function()
|
||||
local on_attach = require("user.lsp.handlers").on_attach
|
||||
local capabilities = require("user.lsp.handlers").capabilities
|
||||
-- local on_attach = require("user.lsp.handlers").on_attach
|
||||
-- local capabilities = require("user.lsp.handlers").capabilities
|
||||
local on_attach = require("auto-lsp.lsp.handlers").on_attach
|
||||
local capabilities = require("auto-lsp.lsp.handlers").capabilities
|
||||
|
||||
vim.g.rustaceanvim = {
|
||||
server = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue