Oliver Davies
3afe1bd12b
* Remove some unused plugins and packages. * e.g. floaterm, projectionist, vim-wiki, vim-easy-align, vim-surround, visual-star-search, vim-rhubarb * Replace none-ls with conform.nvim and nvim-lint. * Replace lualine.nvim with mini-statusline. * Add neodev. * Simplify cmp completion sources.
9 lines
138 B
Makefile
9 lines
138 B
Makefile
_default:
|
|
just --list
|
|
|
|
build profile:
|
|
nix build --json --no-link --print-build-logs ".#{{ profile }}"
|
|
|
|
check:
|
|
nix flake check
|