nix config

curve: add ku to alias'

+3 -3
+3 -3
home/profiles/nvim/default.nix
··· 152 152 # kitaab get by tagged 153 153 kt = "cd /home/anish/kitaab/vimwiki; exa *_index.wiki | fzf --preview 'bat --style=numbers --color=always --terminal-width -1 ./{}';cd $OLDPWD"; 154 154 # List files that have no links in them 155 - ku = "cd /home/anish/kitaab/;vim ./vimwiki/$(python3 poonam/main.py report --titles=false | tail -n +3 | fzf --preview 'bat --style=numbers --color=always --terminal-width -1 ./vimwiki/{}');cd $OLDPWD"; 155 + ku = "cd /home/anish/kitaab/;vim ./vimwiki/$(python3 poonam/main.py report --titles=false | tail -n +4 | fzf --preview 'bat --style=numbers --color=always --terminal-width -1 ./vimwiki/{}');cd $OLDPWD"; 156 156 }; 157 157 # Add %update to the highlight clause for vimwiki files 158 158 home.file.".config/nvim/after/syntax/vimwiki.vim".text = '' ··· 690 690 -- treesitter 691 691 require('nvim-treesitter.configs').setup { 692 692 -- parser_install_dir = "~/.local/share/nvim/site/parser/", 693 - -- ensure_installed={'nix', 'clojure', 'python', 'fennel', 'lua', 'html', 'css', 'regex', 'supercollider', 'beancount'}, 693 + -- ensure_installed={'nix', 'clojure', 'python', 'fennel', 'lua', 'html', 'css', 'regex', 'supercollider', 'beancount', 'janet'}, 694 694 highlight = { enabled = true, additional_vim_regex_highting = true, }, 695 695 textobjects = { enabled = true }, 696 696 } ··· 853 853 854 854 -- hologram 855 855 require('hologram').setup{ 856 - auto_display = true -- WIP automatic markdown image display, may be prone to breaking 856 + auto_display = false -- WIP automatic markdown image display, may be prone to breaking 857 857 } 858 858 859 859 EOF