mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update cmp
This commit is contained in:
parent
ccebb0c28e
commit
97de102c92
9 changed files with 123 additions and 109 deletions
|
@ -1,9 +1,9 @@
|
|||
local status_ok, _ = pcall(require, "lspconfig")
|
||||
if not status_ok then
|
||||
return
|
||||
return
|
||||
end
|
||||
|
||||
require "user.lsp.mason"
|
||||
require "user.lsp.config" -- ini hanya untuk windows supaya jdtls jalan, kalau pakai linu x remark saja
|
||||
require("user.lsp.mason")
|
||||
require("user.lsp.config") -- ini hanya untuk windows supaya jdtls jalan, kalau pakai linu x remark saja
|
||||
require("user.lsp.handlers").setup()
|
||||
require "user.lsp.null-ls"
|
||||
require("user.lsp.null-ls")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue