Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 862 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 862 Bytes

Kapi Vim

Introduction

Ka-pi(咖啡) means coffee in my native language. Hoping that my configuration will be customized and general enough, so that the installation won't take longer time than making a cup of coffee.

Table of Contents

Plugins

kapi-vim/flake.nix

Lines 52 to 66 in 09950fe

packages.kapi-vim = with pkgs.vimPlugins; {
start = [
nvim-lspconfig
none-ls-nvim
nvim-cmp
cmp-nvim-lsp
luasnip
nvim-treesitter.withAllGrammars
telescope-nvim
mini-nvim
dracula-vim
hardtime-nvim
markdown-preview-nvim
vim-startuptime
];

Usage

  • nix build github:potsrevennil/kapi-vim#lsp for installing lsp runtime dependencies
  • nix run github:potsrevennil/kapi-vim for trying out the neovim configuration
  • nix-shell -p github:potsrevennil/kapi-vim for trying out the neovim configuration in a temporary nix shell
  • nix profile install github:potsrevennil/kapi-vim for installing the neovim configuration
  • check kapi-sysconf for how to integrate with other flake modules