neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(options): `'formatexpr'` to `conform`

+1
+1
lua/core/options.lua
··· 38 38 vim.o.foldenable = true 39 39 vim.o.foldlevel = 99 40 40 vim.o.foldlevelstart = 99 41 + vim.o.formatexpr = "v:lua.require'conform'.formatexpr()" 41 42 vim.o.formatoptions = "jcrqlnt" 42 43 if vim.fn.executable("rg") ~= 0 then 43 44 vim.o.grepprg = "rg --vimgrep"