remove un-needed config
This commit is contained in:
parent
5c71f1421b
commit
53b7498d64
3 changed files with 2 additions and 16 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue