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 |
6
dots/.config/nvim/README.md
Normal file
6
dots/.config/nvim/README.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Neovim configuration
|
||||||
|
|
||||||
|
My neovim configuration. Available as a Nix flake [^nixcats]. When installing manually,
|
||||||
|
`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)
|
||||||
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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
6
flake.lock
generated
6
flake.lock
generated
@@ -59,11 +59,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1760139962,
|
"lastModified": 1760423683,
|
||||||
"narHash": "sha256-4xggC56Rub3WInz5eD7EZWXuLXpNvJiUPahGtMkwtuc=",
|
"narHash": "sha256-Tb+NYuJhWZieDZUxN6PgglB16yuqBYQeMJyYBGCXlt8=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "7e297ddff44a3cc93673bb38d0374df8d0ad73e4",
|
"rev": "a493e93b4a259cd9fea8073f89a7ed9b1c5a1da2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
Reference in New Issue
Block a user