mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
chore(nvim): Remove unused util-functions
- Remove relic of effort to force neovim in vs-code - Remove util functions copied from LazyNvim - if I need them I'll write them - Removed Lua code comments I don't understand - Better code comments
This commit is contained in:
@@ -2,7 +2,6 @@ return {
|
||||
-- Render Markdown on Neovim
|
||||
{
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
cond = require("config.util").is_not_vscode(),
|
||||
init = function()
|
||||
-- Define color variables
|
||||
local color1_bg = "#295715"
|
||||
@@ -72,7 +71,6 @@ return {
|
||||
|
||||
{
|
||||
"bullets-vim/bullets.vim",
|
||||
cond = require("config.util").is_not_vscode(),
|
||||
ft = { "markdown", "text", "gitcommit", "scratch" },
|
||||
config = function()
|
||||
vim.g.bullets_enabled_file_types = {
|
||||
|
||||
Reference in New Issue
Block a user