nix-config

My personal nixos and home-manager configuration
Log | Files | Refs | README

treesitter.lua (133B)


      1 require'nvim-treesitter.configs'.setup {
      2     highlight = {
      3         enable = true
      4     },
      5     indent = {
      6         enable = true
      7     }
      8 }