new website
Some checks failed
/ lint (push) Failing after 39s

This commit is contained in:
Jana Dönszelmann 2026-05-01 21:31:13 +02:00
parent 4d58ae60b0
commit 8102d1d009
No known key found for this signature in database
17 changed files with 371 additions and 273 deletions

View file

@ -111,7 +111,7 @@ vim.cmd([[
]])
vim.cmd([[
let g:suda_smart_edit = 1
" let g:suda_smart_edit = 1
filetype plugin indent on
]])

View file

@ -36,7 +36,7 @@ inputs@{ machine, ... }:
EDITOR = "nvim";
};
packages = with pkgs-unstable; [
packages = with pkgs; [
tree-sitter
(pkgs.stdenv.mkDerivation {
name = "editor-hax";
@ -83,7 +83,7 @@ inputs@{ machine, ... }:
clipboard.providers.wl-copy.enable = true;
performance = {
byteCompileLua.enable = true;
byteCompileLua.enable = false;
combinePlugins = {
enable = false;
@ -93,12 +93,12 @@ inputs@{ machine, ... }:
};
};
extraLuaPackages = ps: [ ps.magick ];
# extraLuaPackages = ps: [ ps.magick ];
extraPackages = [ pkgs.imagemagick ];
# package = (import inputs.unstable { inherit (pkgs) system; }).neovim-unwrapped;
# package = pkgs.neovim-unwrapped;
package = with pkgs-unstable; neovim-unwrapped;
# package = with pkgs-unstable; neovim-unwrapped;
colorschemes.onedark = {
enable = true;

View file

@ -30,7 +30,7 @@ in
(luamap "n" "<leader>/" "${telescope}.current_buffer_fuzzy_find()")
# last used pickers/searches
(luamap "n" "<leader>p" "${telescope}.pickers()")
(luamap "n" "<leader>m" "${telescope}.search_history()")
(luamap "n" "<leader>m" "${telescope}.marks()")
# open buffers
(luamap "n" "<leader>b" "${telescope}.buffers({sort_mru = true})")
(luamap "n" "<leader><Tab>" "${telescope}.buffers({sort_mru = true})")

View file

@ -168,6 +168,13 @@ in
};
};
marks = {
enable = true;
settings = {
cyclic = true;
};
};
rainbow-delimiters.enable = true;
lsp-format.enable = true;
fugitive.enable = true;
@ -177,7 +184,7 @@ in
nvim-autopairs.enable = true;
spider.enable = true;
origami = {
enable = true;
enable = false;
settings.autofold.enabled = false;
};
@ -799,7 +806,7 @@ in
telescope-ui-select-nvim
telescope-fzf-native-nvim
vim-suda
# vim-suda
render-markdown
telescope-file-browser
vim-astro