Add completion and basic lsp config to nixvim

This commit is contained in:
2025-07-07 00:39:19 +02:00
parent 407f943102
commit 88998315d3
4 changed files with 111 additions and 12 deletions
@@ -1,5 +1,7 @@
{ pkgs, ... }: {
imports = [
./cmp.nix
./lsp.nix
./treesitter.nix
./lualine.nix
./nvim-autopairs.nix