Compare commits
2 Commits
860b66c71f
...
feat/flaki
| Author | SHA1 | Date | |
|---|---|---|---|
| 318524004b | |||
| 799348ff91 |
@@ -3,4 +3,4 @@
|
|||||||
My neovim configuration. Available as a Nix flake [^nixcats]. When installing manually,
|
My neovim configuration. Available as a Nix flake [^nixcats]. When installing manually,
|
||||||
`paq.nvim` is used as a fallback plugin manager.
|
`paq.nvim` is used as a fallback plugin manager.
|
||||||
|
|
||||||
[^nixcats]: Based on [this nixCats `example` template](https://github.com/BirdeeHub/nixCats-nvim/tree/77dffad8235eb77684fcb7599487c8e9f23d5b8f/templates/example)
|
[^nixcats] Based on [this nixCats `example` template](https://github.com/BirdeeHub/nixCats-nvim/tree/77dffad8235eb77684fcb7599487c8e9f23d5b8f/templates/example)
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
require("auto-session").setup({})
|
|
||||||
@@ -59,18 +59,7 @@
|
|||||||
{
|
{
|
||||||
lspsAndRuntimeDeps = with pkgs; {
|
lspsAndRuntimeDeps = with pkgs; {
|
||||||
general = [
|
general = [
|
||||||
black
|
|
||||||
clang
|
|
||||||
clang-tools
|
|
||||||
gawk
|
|
||||||
gdtoolkit_4
|
|
||||||
isort
|
|
||||||
tree-sitter
|
tree-sitter
|
||||||
ormolu
|
|
||||||
nodePackages.prettier
|
|
||||||
prettierd
|
|
||||||
shellcheck-minimal
|
|
||||||
stylua
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user