remove un-needed config

This commit is contained in:
siduck76 2021-09-04 16:59:19 +05:30
parent 5c71f1421b
commit 53b7498d64
3 changed files with 2 additions and 16 deletions

View file

@ -8,7 +8,7 @@ M.ui = {
italic_comments = false,
-- theme to be used, to see all available themes, open the theme switcher by <leader> + th
theme = "onedark",
theme = "gruvchad",
-- theme toggler, toggle between two themes, see theme_toggleer mappings
theme_toggler = {

View file

@ -101,13 +101,6 @@ M.luasnip = function()
require("luasnip/loaders/from_vscode").load()
end
M.lspkind = function()
local present, lspkind = pcall(require, "lspkind")
if present then
lspkind.init()
end
end
M.neoscroll = function()
pcall(function()
require("neoscroll").setup()