mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-16 23:41:05 +02:00
Updated 6. Configurasi (markdown)
parent
8d53350894
commit
50246e057e
1 changed files with 2 additions and 1 deletions
|
@ -348,7 +348,8 @@ local status_ok = pcall(require, "luasnip")
|
||||||
if not status_ok then
|
if not status_ok then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
-- buat folser di nvim/my-snippets/
|
||||||
|
-- didalamnya untuk menampung snippet kita (foler html,javascript dsb...)
|
||||||
local lpath = vim.fn.stdpath("config") .. "/my-snippets"
|
local lpath = vim.fn.stdpath("config") .. "/my-snippets"
|
||||||
|
|
||||||
-- buat snippet sesuai kebutuhan saja
|
-- buat snippet sesuai kebutuhan saja
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue