2023年5月14日

nvim configration

摘要: in nvim in ~/.config/nvim create a file named "init.lua" and a directory named lua in lua create files as keybinding.lua basic.lua plugins.lua and dir 阅读全文

posted @ 2023-05-14 18:54 风中狂笑 阅读(167) 评论(0) 推荐(0) 编辑

nvim中dashboard配置

摘要: local status, db = pcall(require, "dashboard") if not status then vim.notify("没有找到 dashboard") return end db.setup({ theme = 'hyper', config = { week_ 阅读全文

posted @ 2023-05-14 18:50 风中狂笑 阅读(791) 评论(0) 推荐(0) 编辑

导航