docs: update README
Removed local checkout instructions from README.
This commit is contained in:
@@ -30,17 +30,6 @@ With `lazy.nvim`:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
For a local checkout:
|
|
||||||
|
|
||||||
```lua
|
|
||||||
{
|
|
||||||
dir = "/Users/zero/main/loc.nvim",
|
|
||||||
config = function()
|
|
||||||
require("loc").setup()
|
|
||||||
end,
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
## Statusline
|
## Statusline
|
||||||
|
|
||||||
`loc.nvim` does not overwrite your statusline. Add the exposed function wherever
|
`loc.nvim` does not overwrite your statusline. Add the exposed function wherever
|
||||||
|
|||||||
Reference in New Issue
Block a user