Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clpi committed Nov 16, 2024
1 parent e0ad7a7 commit 9c7d5ae
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
test_interpreters: ""
dependencies: |
nvim-nio ~> 1.7
lua-utils.nvim == 1.0.2
plenary.nvim == 0.1.4
nui.nvim == 0.3.0
pathlib.nvim ~> 2.2
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# dorm - a _familiar_, organized future for neovim
# dorm - the _familiar_, organized future for neovim

<a href="https://neovim.io"> ![Neovim](https://img.shields.io/badge/Neovim%200.10+-brightgreen?style=for-the-badge) </a>
<a href="/LICENSE"> ![License](https://img.shields.io/badge/license-GPL%20v3-brightgreen?style=for-the-badge)</a>
---
`for neovim 0.10+`

[toc]

## About
## Introduction

- **dorm** is a plugin meant to bring the awesome extensibility of emacs [org-mode] or [neorg] without needing to switch from the gold standard [markdown], or from the best editor [neovim].

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "A very basic flake";
description = "dorm.lua";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
Expand Down
File renamed without changes.
Empty file added lua/dorm/mod/sync/module.lua
Empty file.
Empty file added scripts/test.sh
Empty file.

0 comments on commit 9c7d5ae

Please sign in to comment.