chore: Added leap.nvim to config

This commit is contained in:
2022-10-16 03:27:55 +01:00
parent c4cf1e66d5
commit 2d542dbe96
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
local autocmd = vim.api.nvim_create_autocmd
vim.wo.number=true
vim.wo.relativenumber= true
vim.g.luasnippets_path = "~/.config/nvim/lua/custom/luasnippets"