Indentation #476
              
                
                  
                  
                    Answered
                  
                  by
                    mrcjkb
                  
              
          
                  
                    
                      josheppinette
                    
                  
                
                  asked this question in
                Q&A
              
            
            
              Indentation
            
            #476
          
          
        -
| Is doesn't look like this project supports Haskell style indenting. Is there any recommended best way to support proper indenting for Haskell in [neo]vim? Note: The treesitter haskell parser also doesn't support proper indenting. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            mrcjkb
          
      
      
        Jun 13, 2025 
      
    
    Replies: 1 comment 3 replies
-
| I use  | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    

Neovim's built-in indentation isn't aware of Haskell scopes. Unfortunately, there's no smarter indentation for Haskell in Neovim that I'm aware of.
Your best bet is probably to contribute queries to nvim-treesitter.