added markdown formatting and formatted the readme as a test
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# NVIM For Voidfiles
|
# NVIM For Voidfiles
|
||||||
|
|
||||||
Built using vim.pack and lots of mini plugins
|
Built using vim.pack and lots of mini plugins
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
@@ -7,7 +8,9 @@ This config uses nix-wrapper-modules to forego needing to install dotfiles at al
|
|||||||
more consistent experience across systems, in order to make it available to a dendritic nix environment.
|
more consistent experience across systems, in order to make it available to a dendritic nix environment.
|
||||||
|
|
||||||
### Trying
|
### Trying
|
||||||
|
|
||||||
To try the config:
|
To try the config:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run git+https://git.voidarc.co.uk/voidarc/nvim
|
nix run git+https://git.voidarc.co.uk/voidarc/nvim
|
||||||
```
|
```
|
||||||
@@ -15,6 +18,7 @@ nix run git+https://git.voidarc.co.uk/voidarc/nvim
|
|||||||
### Installing
|
### Installing
|
||||||
|
|
||||||
Add the input to your flake:
|
Add the input to your flake:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
@@ -24,9 +28,11 @@ Add the input to your flake:
|
|||||||
```
|
```
|
||||||
|
|
||||||
And then add the package to your system config:
|
And then add the package to your system config:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
inputs.nvim-voidarc.packages.${stdenv.hostPlatform.system}.default
|
inputs.nvim-voidarc.packages.${stdenv.hostPlatform.system}.default
|
||||||
```
|
```
|
||||||
|
|
||||||
There is also a `minimal` output that doesn't install any lsps, only installing required pacakges so that the plugins
|
There is also a `minimal` output that doesn't install any lsps, only installing required pacakges so that the plugins
|
||||||
function correctly (ripgrep, luarocks, luajit, etc)
|
function correctly (ripgrep, luarocks, luajit, etc)
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ require("conform").setup({
|
|||||||
javascript = { "prettier" },
|
javascript = { "prettier" },
|
||||||
typescriptreact = { "prettier" },
|
typescriptreact = { "prettier" },
|
||||||
typescript = { "prettier" },
|
typescript = { "prettier" },
|
||||||
|
markdown = { "prettier" },
|
||||||
html = { "prettier" },
|
html = { "prettier" },
|
||||||
svelte = { "prettier" },
|
svelte = { "prettier" },
|
||||||
python = { "black" },
|
python = { "black" },
|
||||||
|
|||||||
Reference in New Issue
Block a user