Configure Neovim for the text filetype
This commit is contained in:
parent
73d801d7ac
commit
1a14118877
6
nvim/after/ftplugin/text.lua
Normal file
6
nvim/after/ftplugin/text.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
local opt = vim.opt_local
|
||||
|
||||
opt.number = false
|
||||
opt.relativenumber = false
|
||||
opt.spell = true
|
||||
opt.wrap = true
|
Loading…
Reference in a new issue