This website requires JavaScript.
Explore
Help
Sign in
mynix
/
neovim
Archived
Watch
1
Star
0
Fork
You've already forked neovim
0
Code
Issues
Pull requests
1
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-05-17
. You can view files and clone it, but cannot push or open issues or pull requests.
afa9f5caf9
neovim
/
plugins
/
formatter
/
default.nix
8 lines
102 B
Nix
Raw
Normal View
History
Unescape
Escape
plugin/lsp: add autocompletion
2022-09-16 23:42:53 +03:00
{
neoformat
,
.
.
.
}:
plugin/formatter: add neoformat
2022-09-16 10:18:16 +03:00
{
luaConfig
=
builtins
.
readFile
./neoformat.lua
;
plugin/lsp: add autocompletion
2022-09-16 23:42:53 +03:00
plugins
=
[
neoformat
]
;
plugin/formatter: add neoformat
2022-09-16 10:18:16 +03:00
}
Reference in a new issue
Copy permalink