Compare commits
15 Commits
feat/flaki
...
860b66c71f
| Author | SHA1 | Date | |
|---|---|---|---|
| 860b66c71f | |||
| cac4b7641c | |||
| 9b153e7628 | |||
| 6113c086eb | |||
| 470f69fada | |||
| 33c8355ad1 | |||
| d3a67ab58d | |||
| 04d9977747 | |||
| f79bc5427d | |||
| 4fe60cf861 | |||
| 211da54bcf | |||
| b6d3015559 | |||
| 139089fc9d | |||
| a54e745190 | |||
| 6e48621275 |
@@ -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
dots/.config/nvim/after/plugin/auto-session.lua
Normal file
1
dots/.config/nvim/after/plugin/auto-session.lua
Normal file
@@ -0,0 +1 @@
|
|||||||
|
require("auto-session").setup({})
|
||||||
@@ -59,7 +59,18 @@
|
|||||||
{
|
{
|
||||||
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