mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 10:35:03 +02:00
updates
This commit is contained in:
parent
89fac34ca8
commit
605161450f
4 changed files with 8 additions and 0 deletions
|
@ -150,6 +150,7 @@ To set up your particular debugger, look here:
|
|||
|
||||
- better install script, simple install just support `~/.config/nvim`
|
||||
path
|
||||
- add badges to readme
|
||||
|
||||
**LOW PRIORITY**
|
||||
|
||||
|
|
2
ftplugin/css.vim
Normal file
2
ftplugin/css.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
set ts=2
|
||||
set sw=2
|
2
ftplugin/html.vim
Normal file
2
ftplugin/html.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
set ts=2
|
||||
set sw=2
|
3
ftplugin/yaml.vim
Normal file
3
ftplugin/yaml.vim
Normal file
|
@ -0,0 +1,3 @@
|
|||
set ts=2
|
||||
set sw=2
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue