clean : debloat config | rm un-needed plugins
This commit is contained in:
parent
ba3af27de0
commit
a1c234e001
6 changed files with 0 additions and 154 deletions
|
|
@ -1,10 +1,5 @@
|
|||
local present1, nvim_lsp = pcall(require, "lspconfig")
|
||||
local overrides = require("core.hooks").createOverrides "lsp"
|
||||
|
||||
if not present1 then
|
||||
return
|
||||
end
|
||||
|
||||
local function on_attach(_, bufnr)
|
||||
local function buf_set_keymap(...)
|
||||
vim.api.nvim_buf_set_keymap(bufnr, ...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue