Skip to content
Discussion options

You must be logged in to vote

😸 meow 😸

https://github.com/BirdeeHub/nixCats-nvim/tree/main/templates/simple

Probably this template. I made this one in such a way that it uses the default things in nvim as much as possible (see :h 'rtp' also), and it also is just a function in a file which you provide a pkgs and nixCats and returns a neovim package. You can stick it directly into your nix config and import ./thedir { inherit pkgs; inherit (inputs) nixCats }

for example it has an lsp setup using entirely the builtin vim.lsp options where to install the lsp you just add the lsp to the list

Biggest tip I can give to not get lost, is start by looking at the template, and look at the help for what the sections in the nix st…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@BirdeeHub
Comment options

@permafrozen
Comment options

Answer selected by BirdeeHub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants