feat(home-manager): rework neovim configuration

Use new neovim option introduced in 0.11
This commit is contained in:
Yorick Barbanneau 2025-04-17 23:56:44 +02:00
parent 5ac9a372b9
commit 69493a7d84
No known key found for this signature in database
GPG key ID: 4447A19BBEDB8DBA
13 changed files with 208 additions and 194 deletions

View file

@ -0,0 +1,15 @@
---@brief
---
-- https://github.com/oxalica/nil
--
-- A new language server for Nix Expression Language.
--
-- If you are using Nix with Flakes support, run `nix profile install github:oxalica/nil` to install.
-- Check the repository README for more information.
--
-- _See an example config at https://github.com/oxalica/nil/blob/main/dev/nvim-lsp.nix._
return {
cmd = { 'nil' },
filetypes = { 'nix' },
root_markers = { 'flake.nix', '.git' },
}