mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 23:40:12 +02:00
goyo: init plugin
This commit is contained in:
parent
3624689305
commit
031e1c35f2
3 changed files with 34 additions and 0 deletions
|
@ -55,6 +55,10 @@
|
|||
enable = true;
|
||||
useUnicode = true;
|
||||
};
|
||||
plugins.goyo = {
|
||||
enable = true;
|
||||
showLineNumbers = true;
|
||||
};
|
||||
|
||||
plugins.lsp = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue