This website requires JavaScript.
Explore
Help
Sign in
opdavies
/
nix-config
Watch
1
Star
1
Fork
You've already forked nix-config
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6e4c690e5d
nix-config
/
modules
/
home-manager
/
coding
/
neovim
/
config
/
plugin
/
conform.lua
6 lines
77 B
Lua
Raw
Normal View
History
Unescape
Escape
Re-add Neovim configuration files Re-included from https://github.com/opdavies/opdavies.nvim.
2024-10-09 18:32:36 +01:00
local
conform
=
require
"
conform
"
conform.setup
{
Remove global formatters and linters Following commit 724753327, this removes all global formatters and linters so I can move them into project-specific flake.nix and .nvim.lua files.
2025-05-22 08:38:49 +01:00
formatters_by_ft
=
{
}
Re-add Neovim configuration files Re-included from https://github.com/opdavies/opdavies.nvim.
2024-10-09 18:32:36 +01:00
}
Reference in a new issue
Copy permalink