mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 03:55:04 +02:00
dont know how tf to get grammar checking to work for quarto
This commit is contained in:
parent
53aad9f685
commit
ff5785341e
6 changed files with 49 additions and 3 deletions
|
@ -3,6 +3,9 @@
|
|||
-- NOTE: You can change these options as you wish!
|
||||
-- For more options, you can see `:help option-list`
|
||||
|
||||
-- Added by me:
|
||||
vim.opt.spell = true
|
||||
|
||||
-- Make line numbers default
|
||||
vim.opt.number = true
|
||||
-- You can also add relative line numbers, to help with jumping.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue