Vim tables and org bullets

This commit is contained in:
2022-03-07 13:26:15 -05:00
parent 5c2b4c3d7b
commit 3330494ed0

View File

@@ -17,6 +17,7 @@ lvim.plugins = {
{ "shaunsingh/nord.nvim" },
-- { "rose-pine/neovim" },
-- { "folke/tokyonight.nvim" },
{ 'dhruvasagar/vim-table-mode' },
{ 'michaelb/sniprun', run = 'bash ./install.sh' },
{ "nacro90/numb.nvim", event = "BufRead", config = function() require("numb").setup() end },
{ "npxbr/glow.nvim", ft = { "markdown" } },
@@ -43,7 +44,7 @@ lvim.plugins = {
{ "akinsho/org-bullets.nvim",
config = function()
require("org-bullets").setup {
symbols = { "", "", "", "" }
symbols = { "", "", "" }
}
end
},