clean : debloat config | rm un-needed plugins

This commit is contained in:
siduck76 2021-10-02 10:41:50 +05:30
parent ba3af27de0
commit a1c234e001
6 changed files with 0 additions and 154 deletions

View file

@ -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, ...)