WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit c76a78459a - Show all commits

View file

@ -12,8 +12,3 @@ require'nvim-treesitter.configs'.setup {
vim.wo.foldmethod = 'expr' vim.wo.foldmethod = 'expr'
vim.wo.foldexpr = 'nvim_treesitter#foldexpr()' vim.wo.foldexpr = 'nvim_treesitter#foldexpr()'
vim.wo.foldtext =
[[substitute(getline(v:foldstart), '\\t' repeat('\ ',&tabstop),'g').'...'.trim(v:foldend)]]
vim.wo.fillchars = 'fold:\\'
vim.wo.foldnestmax = 3
vim.wo.foldminlines = 1