update plugins and settings

+ kommemtary
+ rescript
This commit is contained in:
2021-04-20 17:45:02 +07:00
parent bd3bfa42aa
commit 9de08eabe5
4 changed files with 18 additions and 0 deletions

View File

@ -46,6 +46,12 @@
(set nvim.o.expandtab true)
(set nvim.bo.expandtab true)
(set nvim.o.breakindent true)
(set nvim.wo.breakindent true)
(set nvim.o.linebreak true)
(set nvim.wo.linebreak true)
(set nvim.o.number true)
(set nvim.wo.number true)