mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-07 00:48:24 +02:00
minor removals
This commit is contained in:
@@ -2,7 +2,6 @@ local mason = require("mason")
|
||||
local mason_lspconfig = require("mason-lspconfig")
|
||||
local lspconfig = require("lspconfig")
|
||||
local cmp_cap = require("config.cmp").capabilities
|
||||
local newlspconfig = vim.lsp.config
|
||||
|
||||
-- Fix this!
|
||||
local lspenable = vim.lsp.enable
|
||||
@@ -13,7 +12,7 @@ mason.setup()
|
||||
mason_lspconfig.setup({
|
||||
ensure_installed = {
|
||||
"rust_analyzer", "jdtls", "yamlls", "ts_ls", "tailwindcss", "html",
|
||||
"cssls", "bashls", "postgres_lsp", "pyright", "vimls"
|
||||
"cssls", "bashls", "postgres_lsp", "vimls"
|
||||
},
|
||||
handlers = {
|
||||
function(server_name)
|
||||
|
||||
Reference in New Issue
Block a user