Add java snippets powered by LuaSnip
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user