Add java snippets powered by LuaSnip

This commit is contained in:
2025-06-01 16:03:30 +05:00
parent f906a279a1
commit b77564a51f
2 changed files with 23 additions and 0 deletions

View File

@ -1,6 +1,9 @@
require "nvchad.options"
local g = vim.g
local o = vim.o
o.shiftwidth = 4
o.tabstop = 4
o.softtabstop = 4
g.lua_snippets_path = vim.fn.stdpath "config" .. "/lua/snippets"