Allowing folder-specific Neovim configuration

This commit is contained in:
Ivan Golikov 2024-12-30 12:23:18 +01:00
parent d302775caf
commit 418881e685

View file

@ -1,3 +1,7 @@
vim.opt.exrc = true
vim.opt.relativenumber = true
vim.g.base46_cache = vim.fn.stdpath "data" .. "/base46/"
vim.g.mapleader = " "