Merge branch 'master' of https://git.4o1x5.dev/4o1x5/neo2005
This commit is contained in:
commit
209cc1a81b
|
@ -21,6 +21,13 @@
|
|||
desc = "Format Buffer";
|
||||
};
|
||||
}
|
||||
{
|
||||
# Trouble diagnostics
|
||||
mode = "n";
|
||||
key = "<leader>td";
|
||||
action = "<cmd>Trouble diagnostics<cr>";
|
||||
}
|
||||
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
plugins = {
|
||||
|
||||
lsp.servers.nextls.enable = true;
|
||||
lsp.servers.elixirls.enable = true;
|
||||
lsp.servers.nextls.enable = true; # idk probably needed for elixirls
|
||||
|
||||
conform-nvim.settings = {
|
||||
formatters_by_ft = {
|
||||
|
@ -10,12 +11,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# TODO use credo to lint
|
||||
#lint = {
|
||||
# lintersByFt.elixir = [ "elixir" ];
|
||||
# linters.elixir.cmd = "${pkgs.elixir}/bin/mix deps.get";
|
||||
#};
|
||||
|
||||
treesitter.settings.ensure_installed = [
|
||||
"eex"
|
||||
"elixir"
|
||||
|
|
Loading…
Reference in a new issue