neovim: changes to how we access nvf.lib
This commit is contained in:
		
							parent
							
								
									7868ac1529
								
							
						
					
					
						commit
						8d9c2a0ed2
					
				
					 39 changed files with 30 additions and 28 deletions
				
			
		
							
								
								
									
										21
									
								
								outputs/pkgs/ook-vim/config/plugins/languages/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								outputs/pkgs/ook-vim/config/plugins/languages/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,21 @@ | |||
| { | ||||
|   imports = [ | ||||
|     ./nix.nix | ||||
|     ./lsp.nix | ||||
|     ./bash.nix | ||||
|     ./treesitter.nix | ||||
|     ./html.nix | ||||
|     ./ts.nix | ||||
|     ./go.nix | ||||
|     ./lua.nix | ||||
|   ]; | ||||
| 
 | ||||
|   vim.languages = { | ||||
|     enableLSP = true; | ||||
|     enableTreesitter = true; | ||||
|     enableFormat = true; | ||||
|     enableExtraDiagnostics = true; | ||||
| 
 | ||||
|     typst.enable = true; | ||||
|   }; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue