mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
69cd77630b
* r: implementing lsp * r: version bump to context fixes treesitter bug * r: changing treesitter package definition to mkGrammarOption * added changelog entry * created otter file * created otter file * update * update * otter: fixing fixing input * committing flake.lock * fixed typo * configuration: disabling ccc and enabling otter * added assertion to make sure ccc and otter aren't enabled at the same time * configuration: otter set for isMaximal * otter: changelog * otter: better changelog * otter-nvim: renamed from otter to otter-nvim * otter: added setupopts --------- Co-authored-by: raf <raf@notashelf.dev>
22 lines
270 B
Nix
22 lines
270 B
Nix
{
|
|
imports = [
|
|
# nvim lsp support
|
|
./config.nix
|
|
./module.nix
|
|
|
|
./lspconfig
|
|
./lspsaga
|
|
./null-ls
|
|
|
|
# lsp plugins
|
|
./lspsaga
|
|
./trouble
|
|
./lsp-signature
|
|
./lightbulb
|
|
./otter
|
|
./lspkind
|
|
./lsplines
|
|
./nvim-docs-view
|
|
];
|
|
}
|