Fix typos
This commit is contained in:
		
							
								
								
									
										2
									
								
								init.fnl
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								init.fnl
									
									
									
									
									
								
							@ -81,7 +81,7 @@
 | 
				
			|||||||
                                    "Enabled Spellcheck"
 | 
					                                    "Enabled Spellcheck"
 | 
				
			||||||
                                    "Disabled Spellcheck")))))
 | 
					                                    "Disabled Spellcheck")))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; Enable spell in certian buffers
 | 
					;; Enable spell in certain buffers
 | 
				
			||||||
(hook! :FileType [ :text :markdown :tex :bib ]
 | 
					(hook! :FileType [ :text :markdown :tex :bib ]
 | 
				
			||||||
       #(if (= (vim.fn.buflisted (vim.api.nvim_get_current_buf)) 1)
 | 
					       #(if (= (vim.fn.buflisted (vim.api.nvim_get_current_buf)) 1)
 | 
				
			||||||
          (set vim.opt_local.spell true)))
 | 
					          (set vim.opt_local.spell true)))
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user