Vim tables and org bullets

master
Dustin Swan 2 years ago
parent 5c2b4c3d7b
commit 3330494ed0
Signed by: dustinswan
GPG Key ID: AB49BD6B2B3A6377

@ -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
},

Loading…
Cancel
Save