removed lorem ipsum plugin and changed some colorschemes
This commit is contained in:
parent
e8dddacc01
commit
e1e20b1094
4 changed files with 48 additions and 60 deletions
15
lua/pika/plugins/lorem_ipsum.lua.disabled
Normal file
15
lua/pika/plugins/lorem_ipsum.lua.disabled
Normal file
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
"derektata/lorem.nvim",
|
||||
config = function()
|
||||
require("lorem").setup({
|
||||
sentenceLength = { -- custom configuration
|
||||
words_per_sentence = 6,
|
||||
sentences_per_paragraph = 4,
|
||||
},
|
||||
comma_chance = 0.3, -- 30% chance to insert a comma
|
||||
max_commas_per_sentence = 2, -- maximum 2 commas per sentence
|
||||
})
|
||||
end,
|
||||
-- ─< LoremIpsum generator >────────────────────────────────────────────────────────────
|
||||
vim.keymap.set("n", "<leader>L", ":LoremIpsum "),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue