feat: flesh out language support
This commit is contained in:
parent
e806b23020
commit
4aa16d2858
7 changed files with 254 additions and 99 deletions
|
|
@ -4,4 +4,4 @@ vim.opt_local.statuscolumn = ""
|
|||
vim.opt_local.signcolumn = "no"
|
||||
vim.opt_local.wrap = true
|
||||
vim.opt_local.linebreak = true
|
||||
vim.opt_local.modifiable = false
|
||||
vim.opt_local.modifiable = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue