15 lines
261 B
Lua
15 lines
261 B
Lua
return {
|
|
"nat-418/boole.nvim",
|
|
event = "InsertEnter",
|
|
opts = {
|
|
mappings = {
|
|
increment = '+',
|
|
decrement = '-'
|
|
},
|
|
additions = {
|
|
{ "const", "let", "var" },
|
|
{ "absolute", "relative", "fixed", "sticky" }
|
|
}
|
|
}
|
|
}
|