configure tailscale and stuff
This commit is contained in:
parent
76b0dd1a4e
commit
947249cc79
7 changed files with 70 additions and 24 deletions
|
@ -192,28 +192,6 @@
|
|||
enable = true;
|
||||
settings.current_line_blame = true;
|
||||
};
|
||||
|
||||
plugins.none-ls = {
|
||||
enable = true;
|
||||
enableLspFormat = true;
|
||||
sources = {
|
||||
code_actions.gitsigns.enable = true;
|
||||
completion = {
|
||||
luasnip.enable = true;
|
||||
spell.enable = true;
|
||||
};
|
||||
diagnostics = {
|
||||
codespell.enable = true;
|
||||
commitlint.enable = true;
|
||||
deadnix.enable = true;
|
||||
markdownlint.enable = true;
|
||||
pylint.enable = true;
|
||||
};
|
||||
formatting = {
|
||||
just.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
plugins.cmp-buffer.enable = true;
|
||||
plugins.cmp-emoji.enable = true;
|
||||
|
@ -227,6 +205,5 @@
|
|||
plugins.auto-save.enable = true;
|
||||
plugins.indent-blankline.enable = true;
|
||||
plugins.undotree.enable = true;
|
||||
plugins.lsp-format.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue