mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-11 07:23:19 +00:00
feat(rust): some more comments
This commit is contained in:
parent
6044473226
commit
fc9950a5bf
2 changed files with 2 additions and 0 deletions
|
|
@ -282,6 +282,7 @@ in {
|
|||
|
||||
(mkIf cfg.extensions.rustaceanvim.enable {
|
||||
vim = {
|
||||
# TODO: Determine if mkForce is the best thing here, and if we should consider a warning instead? Or use priority settings.
|
||||
lsp.servers.rust-analyzer.enable = lib.mkForce false;
|
||||
lsp.servers.rust-analyzer.root_dir = lib.mkForce null; # let rustaceanvim determine root
|
||||
lsp.servers.rust-analyzer.on_attach = lib.mkForce null; # let rustaceanvim determine attach funcs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue