Compare commits
4 commits
919a96deef
...
65ea821c85
| Author | SHA1 | Date | |
|---|---|---|---|
| 65ea821c85 | |||
| 3f64f30181 | |||
| 603e9e17e0 | |||
| 6d544a47f5 |
1 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,4 @@
|
||||||
{
|
{
|
||||||
editorconfig = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
extraConfigLuaPre =
|
extraConfigLuaPre =
|
||||||
# lua
|
# lua
|
||||||
|
|
@ -17,6 +13,10 @@
|
||||||
providers.wl-copy.enable = true;
|
providers.wl-copy.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
editorconfig = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
opts = {
|
opts = {
|
||||||
# Show line numbers
|
# Show line numbers
|
||||||
number = true;
|
number = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue