mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
chore: add new plugins
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
vim.opt_local.wrap = true
|
||||
vim.opt_local.spell = true
|
||||
vim.opt_local.tabstop = 2
|
||||
vim.opt_local.shiftwidth = 2
|
||||
vim.opt_local.softtabstop = 2
|
||||
|
||||
@@ -49,7 +49,7 @@ ls.add_snippets("lua", {
|
||||
)
|
||||
),
|
||||
s(
|
||||
"f",
|
||||
"fn",
|
||||
fmt(
|
||||
[[
|
||||
function({})
|
||||
|
||||
Reference in New Issue
Block a user