some changes
This commit is contained in:
parent
0894d0d1d7
commit
8538b295dc
5 changed files with 223 additions and 215 deletions
13
lua/pika/plugins/lorem_ipsum.lua
Normal file
13
lua/pika/plugins/lorem_ipsum.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue